export declare const metaUrl: string; /** * Get's the shortest href that gets from `from` to `to` * * @returns An href that gets from `from` to `to` */ export declare function getHrefBetween(from: URL, to: URL): string; //# sourceMappingURL=diff-urls.d.ts.map