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