import { ExtraEntryPoint, NormalizedEntryPoint } from '../models'; export declare function normalizeExtraEntryPoints(extraEntryPoints: ExtraEntryPoint[], defaultBundleName: string): NormalizedEntryPoint[]; //# sourceMappingURL=normalize-entry.d.ts.map