export declare function isUrl(value?: string | null): boolean;
export declare function isHttpsUrl(value?: string | null): boolean;
export declare function isRelativeUrl(value?: string | null, base?: string): boolean;
//# sourceMappingURL=url.d.ts.map