import type { ParsedMail } from "./type"; export declare function parse(input: any): Promise;