export declare function tripletToEng(triplet: number, index: number, isMoreThanAThousand: boolean): string;
