export declare type InvalidUrlErrorReason = 'ILLEGAL_CHARACTERS' | 'INVALID_FORMAT' | 'INSECURE_SCHEME' | 'NO_SCHEME' | 'UNKNOWN';
