/** * 标准化 URL * * @param url - URL * @param prefix - 前缀 */ export declare function normalizeUrl(url: string, prefix?: string): string