import { StringRange } from "./ast"; export declare type ExprTextSource = { uri: string; range: StringRange; }; export declare type ExprSource = { sourceId: string; textSource?: ExprTextSource; };