/**
 * Removes query parameters and hashes from a given URL.
 */
export declare function getCleanUrl(url: URL, isAbsolute?: boolean): string;
