/** Export PST file request */
export interface Export {
    /** Creation date */
    creationDate: string;
    /** Percentage of export PST request completion */
    percentComplete: number;
    /** Task pending id */
    taskPendingId: number;
}
//# sourceMappingURL=Export.d.ts.map