export declare type InternalApiErrorReason = 'UNEXPECTED_INTERNAL_API_ERROR' | 'TRANSIENT_ERROR' | 'UNKNOWN' | 'DOWNTIME';
