import type { LspEnvironment } from "./environment.js"; /** * Create an in-memory storage. * * Great for testing or quick prototyping. */ export declare const createLspInMemoryEnvironment: () => LspEnvironment; export declare const createLsaInMemoryEnvironment: typeof createLspInMemoryEnvironment; //# sourceMappingURL=create-in-memory-environment.d.ts.map