/** * Formats an ISO date string (YYYY-MM-DD) for invoice preview headers. * Supports tenant `date_format` values; falls back to short month style. */ export declare const formatInvoicingPreviewDate: (iso: string, dateFormat?: string) => string;