import type { CommandLeftOrRightOption, RespLmpop } from '../index.ts'; export declare function createCommand(keys: string[], direction: CommandLeftOrRightOption, count?: number): string[]; export declare function lmpop(this: T, keys: string[], direction: CommandLeftOrRightOption, count?: number): Promise;