import { type SelectableValue } from '@grafana/data'; import { type SQLQuery } from '../types'; export declare function getColumnsWithIndices(query: SQLQuery, fields: SelectableValue[]): SelectableValue[];