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