export declare function tryDecodeURI(url: string | undefined): string | null;
