import type { ComponentExtractorBuilderSchema } from './schema'; export type * from './schema'; /** * Get the library name from package.json * @param currentDir */ export declare const defaultLibraryName: (currentDir?: string) => string; declare const _default: import("@angular-devkit/architect").Builder; export default _default; //# sourceMappingURL=index.d.ts.map