export declare const isURLAbsolute: (url: string) => boolean; export declare const getCorrectHref: (url: string) => string;