import { type MutableRefObject } from 'react'; export declare function useRollout(options: any): [MutableRefObject, boolean];