import { ActionLoadingState, SessionActionHandlerResult } from './types'; export interface SignInMfaTotpHandlerResult extends SessionActionHandlerResult { } export interface SignInMfaTotpState extends SignInMfaTotpHandlerResult, ActionLoadingState { } export declare const signInMfaTotpPromise: (interpreter: import("xstate").Interpreter>, otp: string, ticket?: string) => Promise; //# sourceMappingURL=signInMfaTotp.d.ts.map