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