import { CommandParser } from '../client/parser';
import { NumberReply } from '../RESP/types';
export declare const CLIENT_UNBLOCK_MODES: {
    readonly TIMEOUT: "TIMEOUT";
    readonly ERROR: "ERROR";
};
export type ClientUnblockMode = typeof CLIENT_UNBLOCK_MODES[keyof typeof CLIENT_UNBLOCK_MODES];
declare const _default: {
    readonly NOT_KEYED_COMMAND: true;
    readonly IS_READ_ONLY: true;
    readonly parseCommand: (this: void, parser: CommandParser, clientId: number | `${number}`, mode?: ClientUnblockMode) => void;
    readonly transformReply: () => NumberReply;
};
export default _default;
//# sourceMappingURL=CLIENT_UNBLOCK.d.ts.map