import { Field, SetField } from '.'; export declare const CodeType: Field<"UIC">; type ChecksumStatus = 'Passed' | 'Failed' | 'Absent'; export declare const ChecksumStatus: Field; type ParseWarningType = 'unknown-value' | 'unexpected-value' | 'conflict' | 'checksum'; export type ParseWarning = { type: ParseWarningType; subType?: string; msg: string; }; export declare const ParseWarnings: SetField; export {}; //# sourceMappingURL=common.d.ts.map