export interface ExportAsyncResponse {
    exportId?: string;
}
export declare function ExportAsyncResponseFromJSON(json: any): ExportAsyncResponse;
export declare function ExportAsyncResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportAsyncResponse;
export declare function ExportAsyncResponseToJSON(value?: ExportAsyncResponse | null): any;
