export declare const fixedDecimalValue: (value: string, decimalSeparator: string, fixedDecimalLength?: number | undefined) => string;