import { Json } from './types'; export declare function createEncodedURL(base: string, param: string, value: string | Json): string; export declare function combineURL(...paths: string[]): string; export declare function toDataURL(data: string, type: string): string;