export declare function sendToGoogleChat(messageText: string, { channel, shouldThrow, env }?: { channel?: string; shouldThrow?: boolean; env?: string; }): Promise;