import { AuthenticationExtensionsClientInputs } from '@simplewebauthn/types'; export declare class AuthenticationExtensionsInputs implements AuthenticationExtensionsClientInputs { appid?: string; credProps?: boolean; hmacCreateSecret?: boolean; }