export declare const formatDec: (num?: number, $?: boolean, places?: number) => string | number;
