import { type SandboxGenerator, type SandboxValue } from "../values.js"; import type { Budget } from "../budget.js"; export declare function getGeneratorMember(target: SandboxGenerator, property: string | number, budget: Budget): SandboxValue | undefined;