export declare const handleChallenge: (timeout?: number) => Promise<{ id: string; isCompleted?: boolean; authenticationStatus?: string; }>;