export declare function createCommand(command: string, parameters: string[]): string[]; export declare function commandGetkeys(this: T, command: string, parameters: string[]): Promise;