import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class APIMonthlyStats { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); generateData(scheduledJobId?: string): void; } //# sourceMappingURL=APIMonthlyStats.d.ts.map