export declare function createCommand(key: string, fromTimestamp: number, toTimestamp: number): string[]; export declare function tsDel(this: T, key: string, fromTimestamp: number, toTimestamp: number): Promise;