/** * EntityStats API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const entityStats: { /** @see queryEntityStats */ readonly queryEntityStats: (statsQueryBatchRequest: import("..").StatsQueryBatchRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type EntityStatsApi = typeof entityStats; //# sourceMappingURL=entity-stats.d.ts.map