import { type Rule } from '@angular-devkit/schematics'; import type { NfSchematicSchema } from './schema.js'; export { updatePackageJson } from './steps/update-package-json.js'; export { getWorkspaceFileName } from './steps/normalize-options.js'; export default function config(options: NfSchematicSchema): Rule; //# sourceMappingURL=schematic.d.ts.map