import { type Chain } from '@filoz/synapse-core/chains'; export interface DataSetStats { cdnEgressQuota: bigint; cacheMissEgressQuota: bigint; } export declare class FilBeamService { private readonly _chain; private readonly _fetch; constructor(chain: Chain, fetchImpl?: typeof fetch); private _getStatsBaseUrl; private _validateStatsResponse; getDataSetStats(dataSetId: string | number): Promise; } //# sourceMappingURL=service.d.ts.map