export declare const kEscapedMap: Record; export declare function normalize(string: string, encodingSlash?: boolean): string; export declare function trim(string: string): string; export declare function urlObjectToPlainObject(url: URL, httpMethod: string, headers: any): Record;