import { Inbox } from './DataObjects';
export declare const constructInbox: (html: string) => Inbox;
