import { StatsD } from 'hot-shots'; export declare function instrumentQuery(statsd: StatsD | undefined, metricName: string, tag: string | undefined, runQuery: () => Promise): Promise;