export interface WechatWorkConfig { readonly webhookUrl: string; } export declare function sendWechatWork(config: WechatWorkConfig, content: string): Promise; //# sourceMappingURL=wechat-work.d.ts.map