import { Log } from '@servicetitan/log-service'; import { ExposedDependencies } from '@servicetitan/startup-utils'; import { ExposedInstanceDependencies } from '../common'; import { BundleInfo } from './get-bundle-info'; interface Context { exposedDependencies?: ExposedDependencies; exposedInstanceDependencies?: ExposedInstanceDependencies; logService?: Log; packageUrl: string; } export declare function validateBundleInfo({ mismatch, mfeHasCompatibleLaunchDarklyVersion }: BundleInfo, { exposedDependencies, exposedInstanceDependencies, logService, packageUrl }: Context): void; export {}; //# sourceMappingURL=validate-bundle-info.d.ts.map