import { TRowndContext } from '../../context/types'; declare const useCookie: (useRownd: () => TRowndContext) => { cookieSignIn: (callback?: () => void) => Promise; cookieSignOut: (callback?: () => void) => Promise; }; export default useCookie;