export declare const convertDecimalToNumber: (decimal?: { lo: number; hi: number; signScale: number; }) => number | undefined;