import { CommandParser } from '../client/parser'; import { RedisVariadicArgument } from './generic-transformers'; declare const _default: { readonly IS_READ_ONLY: true; /** * Removes and returns the last element in a list, or blocks until one is available * @param parser - The Redis command parser * @param key - Key of the list to pop from, or array of keys to try sequentially * @param timeout - Maximum seconds to block, 0 to block indefinitely */ readonly parseCommand: (this: void, parser: CommandParser, key: RedisVariadicArgument, timeout: number) => void; readonly transformReply: (this: void, reply: import("../RESP/types").UnwrapReply, import("../RESP/types").BlobStringReply]>>) => { key: import("../RESP/types").BlobStringReply; element: import("../RESP/types").BlobStringReply; } | null; }; export default _default; //# sourceMappingURL=BRPOP.d.ts.map