import type { CommandExpireMode } from '../index.ts'; export declare function createCommand(key: string, timestamp: number, fields: string[], mode?: CommandExpireMode): string[]; export declare function hexpireat(this: T, key: string, timestamp: number, fields: string[], mode?: CommandExpireMode): Promise;