/** Credential device type for passkey authentication methods */ export declare const CredentialDeviceTypeEnum: { readonly MultiDevice: "multi_device"; readonly SingleDevice: "single_device"; }; export type CredentialDeviceTypeEnum = (typeof CredentialDeviceTypeEnum)[keyof typeof CredentialDeviceTypeEnum];