UNPKG

amberflo-metering-typescript

Version:
6 lines (5 loc) 246 B
import { IngestClient } from "./ingestClient"; import { IngestOptions } from "../model/ingestOptions"; export declare class IngestClientFactory { static getNewInstance(apiKey: string, debug: boolean, options?: IngestOptions): IngestClient; }