export declare function createCommand(...keys: string[]): string[]; export declare function sinter(this: T, ...keys: string[]): Promise;