import type { Versionage } from "../tables/table-types.js"; /** Resolve a human-readable counter name against either known counter table. */ export declare function counterCodeName(code: string): string; /** Resolve a counter name against the registry selected for one protocol version. */ export declare function counterCodeNameForVersion(code: string, version: Versionage): string; /** Resolve a human-readable matter name from the generated matter code table. */ export declare function matterCodeName(code: string): string; /** Expand well-known native field labels for annotation comments when available. */ export declare function nativeLabelName(label: string | null): string | null; //# sourceMappingURL=comments.d.ts.map