#!/usr/bin/env node export declare function startBackgroundClipboardWatcher(cliOpts?: { clipboard?: boolean; }): void; export declare const MAX_WORKSPACE_WATCHERS = 512; export declare function isUnsafeWatchRoot(dir: string): boolean; export declare function performAutoHeal(apply: boolean): Promise<{ success: boolean; message: string; patch?: string; filePath?: string; fileBefore?: string; fileAfter?: string; }>; //# sourceMappingURL=lemma-proxy.d.ts.map