import { EastFunction, Variable } from './functions'; /** Check the validity variable and property references, and return the set of property references. */ /** @internal */ export declare function extractUsedVariables(f: EastFunction, newVariables?: Record, usedVariables?: Set): Set;