import { ActionLoadingState, SessionActionHandlerResult } from './types'; export interface SignInSmsPasswordlessOtpHandlerResult extends SessionActionHandlerResult { } export interface SignInSmsPasswordlessOtpState extends SignInSmsPasswordlessOtpHandlerResult, ActionLoadingState { } export declare const signInSmsPasswordlessOtpPromise: (interpreter: import("xstate").Interpreter>, phoneNumber: string, otp: string) => Promise; //# sourceMappingURL=signInSmsPasswordlessOtp.d.ts.map