import { Command } from "commander"; export declare function hookCommand(action: string, agent: string): void; export declare function registerHookCommand(program: Command): void; //# sourceMappingURL=hook.d.ts.map