import { ApplicationPackage } from './application-package'; import { ComponentPackage, Module } from './package-protocol'; export declare class ModuleBuilder { protected readonly pkg: ApplicationPackage; constructor(pkg: ApplicationPackage); protected buildPath(componentPackage: ComponentPackage, modulePath: string): string; build(componentPackage: ComponentPackage, modulePath: string): Module; } //# sourceMappingURL=module-builder.d.ts.map