export declare const useBooleanDebug: (intialState?: boolean) => (boolean | ((x: boolean) => void))[];