import { ActionErrorState, ActionLoadingState, ActionSuccessState } from './types'; export interface SignOutlessHandlerResult extends ActionErrorState, ActionSuccessState { } export interface SignOutlessState extends SignOutlessHandlerResult, ActionLoadingState { } export declare const signOutPromise: (interpreter: import("xstate").Interpreter>, all?: boolean) => Promise; //# sourceMappingURL=signOut.d.ts.map