VariableType typeVariableType typeVariableType typeVariableType typeSignature export declare type VariableType = 'query' | 'adhoc' | 'constant' | 'datasource' | 'interval' | 'textbox' | 'custom' | 'system';Import import { VariableType } from '@grafana/data';