import { type SemanticImport, type SemanticIndex, type SemanticModuleReference, type SemanticSymbol } from "./symbols.ts"; export declare function semanticVisibleSymbolsAt(index: SemanticIndex, offset: number): readonly SemanticSymbol[]; export declare function semanticSymbolAt(index: SemanticIndex, offset: number): SemanticSymbol | null; export declare function semanticImportAt(index: SemanticIndex, offset: number): SemanticImport | null; export declare function semanticModuleReferenceAt(index: SemanticIndex, offset: number): SemanticModuleReference | null; //# sourceMappingURL=queries.d.ts.map