import { type TokenManager } from '../google/client.ts'; export declare function sendMessage(tokenManager: TokenManager, to: string, subject: string, body: string): Promise; export declare function replyMessage(tokenManager: TokenManager, messageId: string, body: string): Promise; export declare function replyAllMessage(tokenManager: TokenManager, messageId: string, body: string): Promise; export declare function forwardMessage(tokenManager: TokenManager, messageId: string, to: string): Promise; //# sourceMappingURL=send.d.ts.map