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