declare const MetricResolution: {
    readonly Standard: 60;
    readonly High: 1;
};
type MetricResolution = typeof MetricResolution[keyof typeof MetricResolution];
export { MetricResolution };
//# sourceMappingURL=MetricResolution.d.ts.map