import MetricRegistry = require("./registry");

export { MetricRegistry };
export type { MetricRegistryOptions } from "./registry";
export * as METRIC from "./constants";
