export interface BundlerProvider {
    readonly url: string;
}
export type BundlerProviderLike = BundlerProvider;
