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