useWebOTP(): { receive: (options?: WebOTPOptions) => Promise<null | string>; get state(): WebOTPState; subscribe(callback: (state: WebOTPState) => void): () => boolean;} Returns {
receive: (options?: WebOTPOptions) => Promise<null | string>;
get state(): WebOTPState;
subscribe(callback: (state: WebOTPState) => void): () => boolean;
}