/** * 深度解析被多次编码的url地址 * @param uri 被编码的地址 */ export declare function decoderURI(uri: string): string | undefined;