export declare function getInbox(mailAddress: string): Promise<any[]>;
