declare enum Provider { prometheus = "prometheus", reportfy = "reportfy" } export interface Init { key: string; accessKey: string; publicRSA?: string; secretKey: string; environment: string; tracing?: boolean; log?: boolean; provider?: Provider; } export interface ObjectCustomer { [key: string]: string; } export {}; //# sourceMappingURL=init.d.ts.map