export declare function formatDecimal(x: number): string; export declare function formatDecimalParts(x: number, p?: number): [string, number] | null;