/** Format of the notification mail. "html" will include a preview image of the fax */
export declare enum FaxMailFormatEnum {
    'html' = "html",
    'text' = "text"
}
//# sourceMappingURL=FaxMailFormatEnum.d.ts.map