export interface IOptions {
    URL?: boolean;
}
export declare const getURL: (value: string, options_?: IOptions) => URL | string;
export default getURL;
