export declare const useNumberDebug: (intialState?: number, max?: number) => (number | ((n: number) => void))[];