/** SDK-owned platform module. This implementation is maintained in goodvibes-sdk. */ /** * The embedded path for the core web-tree-sitter WASM module. * Pass this to `Parser.init({ locateFile: () => TREE_SITTER_WASM })`. */ export declare const TREE_SITTER_WASM: string; /** * Map of language ID → embedded WASM path. * Only languages with installed grammar packages are present. * A missing key means the grammar is not available, the service returns null. */ export declare const GRAMMAR_WASM: Record; //# sourceMappingURL=embedded-wasm.d.ts.map