import type { Variable, VariableRef } from '../types.js'; export declare const getRefType: (vars: Variable[], ref: VariableRef) => import("../../index.js").TypeInstance | undefined; //# sourceMappingURL=ref.d.ts.map