import type { FixEngine } from "./types.js"; export declare const createCursorCommandEngine: (cwd?: string) => FixEngine; export declare const cursorCommandExists: (cwd: string, commandName: string) => boolean; //# sourceMappingURL=cursor-command.d.ts.map