import type { Policy } from '../types.js'; /** * Install veto-leash for Cursor CLI * Creates hooks.json and validator script with AST support */ export declare function installCursorHooks(target?: 'global' | 'project'): Promise; /** * Uninstall veto-leash from Cursor CLI */ export declare function uninstallCursorHooks(target?: 'global' | 'project'): Promise; /** * Add a policy for Cursor */ export declare function addCursorPolicy(policy: Policy, name: string): Promise; /** * Install veto-leash instructions into .cursorrules * Note: This only provides AI guidance, not enforcement. */ export declare function installCursorRules(): Promise; /** * Uninstall veto-leash from .cursorrules */ export declare function uninstallCursorRules(): Promise; //# sourceMappingURL=cursor.d.ts.map