/** * Shared constants for the plug-lsp package. */ export declare const LSP_CONSTANTS: Readonly<{ /** Default timeout for LSP tool operations (5 seconds). */ readonly TOOL_TIMEOUT_MS: 5000; }>; //# sourceMappingURL=constants.d.ts.map