/** Convert cents to USD formatted string */ export declare const centsToFormattedString: (cents?: string | number | null) => string;