export declare function calculateDecimalLimit(precision: number | null, scale: number | null): {
    max: number;
    min: number;
};
