export declare function createCommand(): string[]; export declare function time(this: T): Promise<[seconds: number, microseconds: number]>;