import type { AuthenticationExtensionsClientInputs, AuthenticationExtensionsClientOutputs } from "../ReactNativePasskeys.types";
/**
 *  warn the user about extensions that they tried to use that are not supported
 */
export declare const warnUserOfMissingWebauthnExtensions: (requestedExtensions: AuthenticationExtensionsClientInputs | undefined, clientExtensionResults: AuthenticationExtensionsClientOutputs | undefined) => void;
//# sourceMappingURL=warn-user-of-missing-webauthn-extensions.d.ts.map