import { Rule } from '@angular-devkit/schematics'; /** * Add a husky hook to an existing .huskyrc file. * @param origin source of existing .huskyrc file * @param newHook key value pair representing the hook to add */ export declare function updateHuskyRc(origin: Buffer, newHook: [string, string]): Rule;