export declare function createCommand(...keys: string[]): string[]; export declare function watch(this: T, ...keys: string[]): Promise<"OK">;