import type { PrescanCheck } from './types';
/** New iOS expansion checks become build-blocking at this UTC instant. */
export declare const IOS_PRESCAN_EXPANSION_ENFORCE_AFTER = "2026-08-14T00:00:00.000Z";
export declare const ALL_CHECKS: PrescanCheck[];
