/**
 * returns "true" if currently is a "client" phase and all features should be active
 * @see {@link HydrationController}
 */
export declare const useIsClientPhase: () => boolean;
