import { ImageKitOptions, UrlOptions } from "../interfaces";
export declare const buildURL: (opts: UrlOptions & ImageKitOptions) => string;
