import * as t from "@babel/types";
import { ProgramScope, Reference } from "../types";
export declare function referenceToAst(scope: ProgramScope, ref: Reference): t.Expression;
//# sourceMappingURL=expressions.test.d.ts.map