/// import type { SubscriptionContextValue } from '../lazy/types'; export declare const setCurrent: (phase: number) => void; interface LazyPhaseContextApi extends SubscriptionContextValue { api: { startNextPhase: () => void; resetPhase: () => void; }; } export declare const LazyPhaseContext: import("react").Context; export declare const useLazyPhase: () => { startNextPhase: () => void; resetPhase: () => void; }; export {}; //# sourceMappingURL=context.d.ts.map