export declare const TRIPLET_MAX_LENGTH = 7;
export declare function num2txt(value: string | number, options?: import("./types").Options): string;
