export abstract class Fido2UserInterfaceService { verifyUser: () => Promise; verifyPresence: () => Promise; confirmNewCredential: () => Promise; }