export declare enum Bucket {
    allForks_stateArchive = 0,
    allForks_block = 1,
    allForks_blockArchive = 2,
    index_blockArchiveParentRootIndex = 3,
    index_blockArchiveRootIndex = 4,
    index_mainChain = 6,
    index_chainInfo = 7,
    /** @deprecated Eth1 deposit tracking is not required since electra, only kept around to delete data from existing databases */
    phase0_eth1Data = 8,
    /** @deprecated Eth1 deposit tracking is not required since electra, only kept around to delete data from existing databases */
    index_depositDataRoot = 9,
    /** @deprecated Eth1 deposit tracking is not required since electra, only kept around to delete data from existing databases */
    phase0_depositData = 12,
    phase0_exit = 13,
    phase0_proposerSlashing = 14,
    allForks_attesterSlashing = 15,
    capella_blsToExecutionChange = 16,
    allForks_checkpointState = 17,
    /** @deprecated Eth1 deposit tracking is not required since electra, only kept around to delete data from existing databases */
    phase0_depositEvent = 19,
    index_stateArchiveRootIndex = 26,
    deneb_blobSidecars = 27,
    deneb_blobSidecarsArchive = 28,
    /** @deprecated Genesis from eth1 is no longer supported, only kept around to delete data from existing databases */
    phase0_preGenesisState = 30,
    /** @deprecated Genesis from eth1 is no longer supported, only kept around to delete data from existing databases */
    phase0_preGenesisStateLastProcessedBlock = 31,
    backfilled_ranges = 42,
    lightClient_syncCommitteeWitness = 51,
    lightClient_syncCommittee = 52,
    lightClient_checkpointHeader = 53,
    lightClient_bestLightClientUpdate = 56,
    allForks_dataColumnSidecars = 57,
    allForks_dataColumnSidecarsArchive = 58,
    gloas_executionPayloadEnvelope = 59,
    gloas_executionPayloadEnvelopeArchive = 60
}
export declare function getBucketNameByValue<T extends Bucket>(enumValue: T): keyof typeof Bucket;
//# sourceMappingURL=buckets.d.ts.map