/** * Generates an [LSP Completion Snippet]{@link https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#snippet_syntax} * * @param expression the expression to generate the snippet from */ import { StepSegments } from './types.js'; export declare function lspCompletionSnippet(stepSegments: StepSegments): string; //# sourceMappingURL=lspCompletionSnippet.d.ts.map