export declare type tEmail = string; export declare type tContent = { type: "html" | "md" | "txt"; content: string; };