import { type Action, type PlanContext } from "../internals/plan.js"; /** * Kiro hook filenames are a shared namespace, not ownership evidence. Refuse a * differing or unsafe pre-existing file instead of overwriting it. An exact * existing file is left byte-for-byte untouched and remains operator-owned. */ export declare function kiroHookWriteAction(ctx: PlanContext, path: string, hook: unknown, describe: string): Action | undefined;