export declare type QuotaErrorReason = 'EXCEEDED_QUOTA' | 'UNKNOWN' | 'REPORT_JOB_LIMIT';
