import { CommandParser } from '../client/parser'; import { SimpleStringReply } from '../RESP/types'; declare const _default: { readonly NOT_KEYED_COMMAND: true; readonly IS_READ_ONLY: true; /** * Constructs the SCRIPT KILL command * * @param parser - The command parser * @see https://redis.io/commands/script-kill/ */ readonly parseCommand: (this: void, parser: CommandParser) => void; readonly transformReply: () => SimpleStringReply<'OK'>; }; export default _default; //# sourceMappingURL=SCRIPT_KILL.d.ts.map