import { EmailRaw } from './types'; export declare const parseEmail: (mime: string) => Promise;