declare const useCallbackState: (od: S) => [S, Function]; export default useCallbackState;