/**
 * Centralized "fire-and-forget" prefetches that run at modal open so
 * downstream screens read from warm React Query cache. Hooks added here
 * must set a `staleTime` long enough to survive modal close/reopen, or
 * the prefetch is wasted on the next session.
 */
export declare function CheckoutModalPrefetchedHooks(): null;
