import type { TokenResponse, UnidyClient } from "../api"; export declare function authenticateWithPasskey(client: UnidyClient, onSuccess: (response: TokenResponse) => void): Promise;