declare function isAbsoluteUrl(url: string): boolean;

export = isAbsoluteUrl;
