export declare function formatDate(date?: number): string; export declare function buildDueMeta(dueDate?: Date | string): { icon: string; label: string; } | null; export declare function buildExpiryMeta(expiryDate?: Date | string): { icon: string; label: string; } | null;