import type { ParsedEml } from './types.js'; export declare const parseEml: (eml: string) => ParsedEml; //# sourceMappingURL=eml.d.ts.map