import { VariableDefinition } from '../../../variables'; export interface DecoratorVariable { propertyKey: string; definition: VariableDefinition; }