type alias VariableReferenceimport { type VariableReference } from "https://deno.land/x/fluent@0.0.1/bundle/ast.ts"; definition: { type: "var"; name: string; }