import * as i0 from "@angular/core";
export declare abstract class ExampleService {
    protected generateEntryFile(module: {
        name: string;
        importSpecifier: string;
    }, component: {
        name: string;
        selector: string;
    }): {
        path: string;
        content: string;
    }[];
    private generateAppModuleTs;
    private generateMainTs;
    private generateIndexHtml;
    private generateAppComponentTs;
    static ɵfac: i0.ɵɵFactoryDeclaration<ExampleService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ExampleService>;
}
//# sourceMappingURL=example.service.d.ts.map