import { TypedASTNode } from "../analysis/types.js"; import { LocationRange } from "./types.js"; export declare function locationContains(location: LocationRange, offset: number): boolean; export declare function isBindingStatement(statement: TypedASTNode): statement is Extract; //# sourceMappingURL=utils.d.ts.map