import { type CustomVariableModel } from '@grafana/data'; export declare function makeVariable(id: string, name: string, attributes?: Partial): CustomVariableModel;