export declare function mostValuesParameter(url: URL): string;
export declare function splitUrl(url: URL, maxLength?: number, parameter?: string, explodeQueryParameters?: boolean): URL[];
