/** * KindAbbrev maps full kind names to short GCF abbreviations. */ export declare const KIND_ABBREV: Record; /** * KindExpand is the reverse of KindAbbrev: maps abbreviations back to full kind names. */ export declare const KIND_EXPAND: Record; //# sourceMappingURL=constants.d.ts.map