import type { CommandRestoreOptions, StringOrBuffer } from '../index.ts'; export declare function createCommand(key: string, ttl: number, serializedValue: StringOrBuffer, options?: CommandRestoreOptions): StringOrBuffer[]; export declare function restore(this: T, key: string, ttl: number, serializedValue: StringOrBuffer, options?: CommandRestoreOptions): Promise<"OK">;