//#region src/installLSP.d.ts /** * Writes the Intlayer LSP configuration to `.vscode/settings.json`. * Creates the file (and the `.vscode/` directory) if they don't exist. * Does not overwrite keys that are already present. * * Returns a human-readable summary of what was done plus next-step instructions. */ export declare const installLSP: (projectRoot: string) => Promise; //#endregion //# sourceMappingURL=installLSP.d.ts.map