export declare function createCommand(key: string, timestamp: number, options?: { notExists?: boolean; }): string[]; export declare function expireat(this: T, key: string, timestamp: number, options?: { notExists?: boolean; }): Promise;