declare const ErrorColors: Array<{ key: string; color: string; }>; declare const Errors: string[]; declare const DefaultTolerance: { C: number; H: number; N: number; F: number; Si: number; P: number; }; export { DefaultTolerance, ErrorColors, Errors }; //# sourceMappingURL=Constants.d.ts.map