import type { RespYesOrNo } from '../index.ts'; export declare function createCommand(mode: RespYesOrNo): string[]; export declare function clientCaching(this: T, mode: RespYesOrNo): Promise<"OK">;