/** * Validate a URL string before passing it to the native layer. * Throws if the URL is empty, missing a scheme, or uses an unsafe scheme. */ export declare const validateUrl: (candidate: unknown) => string; //# sourceMappingURL=url.d.ts.map