/**
 * @internal
 *
 * @param url - to be validated.
 * @throws if not acceptable to this provider.
 */
export declare const checkUrl: (url: URL) => void;
