export declare type RequestErrorReason = 'UNKNOWN' | 'INVALID_INPUT' | 'UNSUPPORTED_VERSION';
