import { MeterLabel, MeterValue } from './meter-misc'; import { MeterRoot } from './meter-root'; import { MeterTrack } from './meter-track'; export declare const Meter: typeof MeterRoot & { Label: typeof MeterLabel; Value: typeof MeterValue; Track: typeof MeterTrack; }; //# sourceMappingURL=meter.d.ts.map