import type { Value } from "../value/index.js"; export declare function doDot(target: Value, name: string): Value; export declare function tryDot(target: Value, name: string): Value | undefined; export declare function neutralizeDot(target: Value, name: string): Value; //# sourceMappingURL=doDot.d.ts.map