export declare const MailHook: { event: string; name: string; allow_methods: string[]; conditions: any[]; actions: { type: string; method: string; url: string; headers: any[]; body: { id: string; }; }[]; }[];