export declare function hexToDTC(hexValue: string): string;
export declare function decToDTC(decValue: number): string;
