import { Options, EmlContent, ParsedEml } from './interface';
export declare const read: (eml: ParsedEml, options?: Options) => EmlContent;
