import { DateTime } from 'luxon';
/**
 * Calendar day matching PDF "Date :" for cron inserts.
 * Noon in scheduler TZ so UTC ISO serialization keeps the same calendar day.
 */
export declare function resolveInvoiceCreatedDateForStorage(now?: DateTime, timezone?: string): Date;
//# sourceMappingURL=invoiceCreatedDate.d.ts.map