import { HeadersPayLoad } from "../types/email.type";
export declare function transformHeaders(headers: HeadersPayLoad): Record<string, string>;
