export declare function createCommand(sourceKey: string, destinationKey: string): string[]; export declare function tsDeleterule(this: T, sourceKey: string, destinationKey: string): Promise<"OK">;