export declare const TYPES: {
    Injector: symbol;
    Logger: symbol;
    Operations: symbol;
    Paths: symbol;
    Transpiler: symbol;
    Processors: {
        DriverTemplates: symbol;
        LibraryTemplates: symbol;
        LibraryBusinessScenarios: symbol;
        LibraryFontProcessor: symbol;
        ShrinkwrapGenerator: symbol;
    };
};
