export declare function sendOperationNotification(operation: string, message: string): Promise<void>;
