export interface Huskyrc {
    hooks: {
        [name: string]: string;
    };
}
//# sourceMappingURL=models.d.ts.map