import { type DataSourceRef } from '@grafana/data'; /** * @internal */ export declare const ExpressionDatasourceRef: Readonly<{ type: "__expr__"; uid: "__expr__"; name: "Expression"; }>; /** * @public */ export declare function isExpressionReference(ref?: DataSourceRef | string | null): boolean;