/** * @example * https://example.org/abc?name=123&name=234' => 'https://example.org/abc' * @param url the original url */ export declare const getURLRoot: (url: string) => string;