import { COUNTER_CODE_NAMES_V1, COUNTER_CODE_NAMES_V2 } from "./counter.tables.generated.js"; /** Union of generated semantic counter names available in the v1 table. */ export type CounterCodeNameV1 = (typeof COUNTER_CODE_NAMES_V1)[keyof typeof COUNTER_CODE_NAMES_V1]; /** Union of generated semantic counter names available in the v2 table. */ export type CounterCodeNameV2 = (typeof COUNTER_CODE_NAMES_V2)[keyof typeof COUNTER_CODE_NAMES_V2]; /** Inverted v1 counter code table (`semantic name -> code`). */ export declare const CtrDexV1: Record<"KERIACDCGenusVersion" | "BigPathedMaterialCouples" | "BigGenericGroup" | "BigBodyWithAttachmentGroup" | "BigAttachmentGroup" | "BigNonNativeBodyGroup" | "BigESSRPayloadGroup" | "ControllerIdxSigs" | "WitnessIdxSigs" | "NonTransReceiptCouples" | "TransReceiptQuadruples" | "FirstSeenReplayCouples" | "TransIdxSigGroups" | "SealSourceCouples" | "TransLastIdxSigGroups" | "SealSourceTriples" | "SadPathSig" | "SadPathSigGroup" | "PathedMaterialCouples" | "GenericGroup" | "BodyWithAttachmentGroup" | "AttachmentGroup" | "NonNativeBodyGroup" | "ESSRPayloadGroup", string>; /** Inverted v2 counter code table (`semantic name -> code`). */ export declare const CtrDexV2: Record<"KERIACDCGenusVersion" | "BigPathedMaterialCouples" | "BigGenericGroup" | "BigBodyWithAttachmentGroup" | "BigAttachmentGroup" | "BigNonNativeBodyGroup" | "BigESSRPayloadGroup" | "ControllerIdxSigs" | "WitnessIdxSigs" | "NonTransReceiptCouples" | "TransReceiptQuadruples" | "FirstSeenReplayCouples" | "TransIdxSigGroups" | "SealSourceCouples" | "TransLastIdxSigGroups" | "SealSourceTriples" | "PathedMaterialCouples" | "GenericGroup" | "BodyWithAttachmentGroup" | "AttachmentGroup" | "NonNativeBodyGroup" | "ESSRPayloadGroup" | "BigBlindedStateQuadruples" | "BigBoundStateSextuples" | "BigTypedMediaQuadruples" | "BigDatagramSegmentGroup" | "BigESSRWrapperGroup" | "BigFixBodyGroup" | "BigMapBodyGroup" | "BigGenericMapGroup" | "BigGenericListGroup" | "BigControllerIdxSigs" | "BigWitnessIdxSigs" | "BigNonTransReceiptCouples" | "BigTransReceiptQuadruples" | "BigFirstSeenReplayCouples" | "BigDigestSealSingles" | "BigMerkleRootSealSingles" | "BigSealSourceCouples" | "BigSealSourceTriples" | "BigSealSourceLastSingles" | "BigBackerRegistrarSealCouples" | "BigTypedDigestSealCouples" | "BigTransIdxSigGroups" | "BigTransLastIdxSigGroups" | "BlindedStateQuadruples" | "BoundStateSextuples" | "TypedMediaQuadruples" | "DatagramSegmentGroup" | "ESSRWrapperGroup" | "FixBodyGroup" | "MapBodyGroup" | "GenericMapGroup" | "GenericListGroup" | "DigestSealSingles" | "MerkleRootSealSingles" | "SealSourceLastSingles" | "BackerRegistrarSealCouples" | "TypedDigestSealCouples", string>; //# sourceMappingURL=counter-codex.d.ts.map