export * from "../index"; import type { CredentialCreationOptionsJSON, CredentialRequestOptionsJSON, PublicKeyCredentialWithAssertionJSON, PublicKeyCredentialWithAttestationJSON, } from "../basic/json"; export type { CredentialCreationOptionsJSON, PublicKeyCredentialWithAttestationJSON, CredentialRequestOptionsJSON, PublicKeyCredentialWithAssertionJSON, };