import type { AgencyProgram, VariableType } from "../types.js"; import type { ScopeInfo } from "../typeChecker/types.js"; export declare function resolveTypeAtPosition(source: string, line: number, character: number, program: AgencyProgram, scopes: ScopeInfo[]): VariableType | null;