import * as MyAccount from "../index.js"; export interface PasskeyCreationResponse { /** The unique session identifier for the enrollment. */ auth_session: string; authn_params_public_key: MyAccount.PublicKeyCredentialCreationOptions; }