import { Meter } from "../types"; export declare const getMeterAggregation: (meter: Meter | undefined) => string;