export interface HookOptions {
    mode?: 'fast' | 'full';
    failOn?: 'error' | 'warning';
    directory?: string;
    dryRun?: boolean;
    install?: boolean;
}
export declare function renderPreCommitConfig(options: HookOptions): string;
export declare function installPreCommitHooks(options: HookOptions): void;
//# sourceMappingURL=hooks.d.ts.map