export default class FormatStrings { static eventType(etype: number): string; static eventRecordPurpose(etype: number): string; static nationNumeric(country: number): string; static specificCondition(scond: number): string; static calibrationPurpose(cpurp: number): string; static controlType(ctype: number): string; static equipmentType(value: number): string; static dailyWorkPeriod(value: number): string; static regionNumeric(region: number): string; static previous2(now: string, past: string): string; static previous3(now: string, past: string, ancientpast: string): string; static previous4(now: string, past: string, ancientpast: string, prehistory: string): string; static manufacturerCode(code: number): string; static longMonthName(month: number): string; }