import { DataSourceVariable, InjectedDataSourceVariableSource, Variable } from '../types/VariableTypes'; export declare const isInjectedDataSourceVariable: (variable: Variable | null) => variable is DataSourceVariable & { value: InjectedDataSourceVariableSource; };