declare function createUrl(data: any, options?: { type?: string }): string;

export = createUrl;
