import { CreateUrlOptions, ToUrl } from '../types/url'; export declare function createUrl(options: T): ToUrl;