export declare class HookRunner { private hooks; private configPath; private debug; constructor(configPath?: string, debug?: boolean); run(hookName: string): Promise; private loadConfig; } export declare function runHook(hookName: string): Promise<{ stdout: string; }>; //# sourceMappingURL=runner.d.ts.map