import type { AbstractModuleId, BundleDefinition, ProviderContext, RuntimeEnvironment, RuntimeParams } from '@lwrjs/types'; import StaticBundler from '@lwrjs/static/bundle-provider'; export default class StaticOverrideBundleProvider extends StaticBundler { staticBundles: string[]; moduleRegistry: import("@lwrjs/types").PublicModuleRegistry; moduleBundler: import("@lwrjs/types").PublicModuleBundler; cacheDir: string; debug: boolean; overrideDir: string; inlineUpdate: boolean; constructor(options: any, context: ProviderContext); findIndex(index1: number, index2: number): number; getLocalDevOverrideUrl(overridesDir: string, specifier: string, filepath: string): string; bundle(moduleId: BundleIdentifier, runtimeEnvironment: RE, runtimeParams: RuntimeParams): Promise; private writeBundle; private updateBundleCode; private updateBundleCodeInline; } //# sourceMappingURL=override-bundle-provider.d.ts.map