import { type AnnotationQuery } from '@grafana/data'; import { type SQLQuery } from '../types'; export default function migrateAnnotation(annotation: AnnotationQuery): AnnotationQuery;