import { type Hex } from 'viem'; import type { RawSignerResult, SignerInvocation } from '../types.js'; import type { ChainResolver, ExternalSigner } from './types.js'; export declare function invokeEcdsaSigner(input: { readonly signer: Extract; readonly invocation: Extract; readonly resolveChain?: ChainResolver; }): Promise; export declare function normalizeRecovery(signature: Hex): Hex; //# sourceMappingURL=ecdsa.d.ts.map