import { BundlerProvider } from "../interface"; export declare class GenericBundler implements BundlerProvider { readonly url: string; constructor(bundlerUrl: string); }