import { type Rule, type SchematicContext, type TaskId } from '@angular-devkit/schematics'; /** * Retrieve the task callback function to initialization the commit hooks * @param context */ export declare function getCommitHookInitTask(context: SchematicContext): (taskIds?: TaskId[]) => void; /** * Edit package.json to setup lint-staged config * @param tree * @param context */ export declare const editPackageJson: Rule; /** * Add Commit Lint and husky configurations to Otter project */ export declare function generateCommitLintConfig(): Rule; //# sourceMappingURL=index.d.ts.map