import { BaseObject } from './baseObject';
export interface GetReportDownloadUrlWithOptionsResponse extends BaseObject {
    rval?: string;
}
