/** * After upload API success, hold the bar at 100% this long before transitioning to matching, * so the fill animation can complete without an abrupt swap to the auto-matching banner. */ export declare const BULK_UPLOAD_BAR_COMPLETE_HOLD_MS = 400; /** * Max wall-clock wait for Pusher + batch-details resolution after upload. If exceeded, we stop * fallback polling, clear the automatching banner (`phase` → completed), and refresh batch list. */ export declare const BULK_UPLOAD_AUTOMATCHING_TIMEOUT_MS = 300000; /** * Rolling window (in days) for the bulk-upload batch list API. Period-agnostic — the batch list * ignores the accounting month picker. Shared between the regular batch-list fetch and the * restore-on-mount hydration so both flows always query the same window. */ export declare const BULK_UPLOAD_BATCH_LIST_DATE_RANGE_DAYS = 30;