/** * Source-owned hard-code size tables used by generated CESR lookup modules. * * KERIpy derives these ranges procedurally rather than listing them alongside * the generated size/name dictionaries. Keeping them here avoids embedding * static table literals inside the generator while preserving the public * generated-module exports. */ /** Hard-code byte counts for Matter derivation code prefixes. */ export declare const MATTER_HARDS: Map; /** Hard-code byte counts for Indexer derivation code prefixes. */ export declare const INDEXER_HARDS: Map; /** Hard-code byte counts for Counter code prefixes. */ export declare const COUNTER_HARDS: Map; //# sourceMappingURL=hard-code-tables.d.ts.map