import type { Policy } from '../types.js'; /** * Install veto-leash as Windsurf Cascade hooks with AST support */ export declare function installWindsurfHooks(target?: 'user' | 'workspace'): Promise; /** * Add a policy for Windsurf */ export declare function addWindsurfPolicy(policy: Policy, name: string): Promise; /** * Uninstall veto-leash from Windsurf */ export declare function uninstallWindsurfHooks(target?: 'user' | 'workspace'): Promise; //# sourceMappingURL=windsurf.d.ts.map