export default interface MetricsInterface { init(config?: Object | boolean): void; destroy(): void; }