/** * check if string is a valid url */ export declare const isUrl: (test: string) => boolean; export declare const isAbsoluteUrl: (test: string) => boolean;