export interface AstDynamicVariableNodeInput { /** The name of the dynamic variable. */ name: string; }