/** Object */
export interface ExportLocationObject {
    /** Export location id */
    id: string;
    /** Export location mount path */
    path: string;
}
//# sourceMappingURL=ExportLocationObject.d.ts.map