export declare const registrationResponseToJSON: (credential: PublicKeyCredential) => RegistrationResponseJSON; export declare const authenticationResponseToJSON: (credential: PublicKeyCredential) => AuthenticationResponseJSON;