import type { RawSignerResult, SignerInvocation } from '../types.js'; import type { ExternalSigner } from './types.js'; export declare function invokeWebauthnSigner(input: { readonly signer: Extract; readonly invocation: Extract; }): Promise; //# sourceMappingURL=webauthn.d.ts.map