export default class BundleConfig { private emberApp; constructor(emberApp: any); readonly names: ReadonlyArray; readonly types: ReadonlyArray; bundleEntrypoint(name: string, type: string): string | undefined; bundleForPath(path: string): string; readonly lazyChunkPath: string; }