import { BaseCoreAuthContextValue } from '@ivyhjk/amplify-react-core-auth'; import { OAuthContextValue, OAuthUser } from '../types'; declare type UseSignOutTuple = [ OAuthContextValue['signOut'], BaseCoreAuthContextValue ]; export default function useSignOut(): UseSignOutTuple; export {}; //# sourceMappingURL=useSignOut.d.ts.map