export declare enum Bucket { slashingProtectionBlockBySlot = 20, slashingProtectionAttestationByTarget = 21, slashingProtectionAttestationLowerBound = 22, slashingProtectionMinSpanDistance = 23, slashingProtectionMaxSpanDistance = 24, validator_metaData = 41 } export declare function getBucketNameByValue(enumValue: T): keyof typeof Bucket; //# sourceMappingURL=buckets.d.ts.map