import type { HookInstallRecord } from "../config/types.hooks.js"; import type { KlawConfig } from "../config/types.klaw.js"; export type HookInstallUpdate = HookInstallRecord & { hookId: string; }; export declare function recordHookInstall(cfg: KlawConfig, update: HookInstallUpdate): KlawConfig;