import { KeyObject } from 'node:crypto'; import { Signer } from './signer'; export declare function newECPrivateKeySigner(key: KeyObject): Signer; //# sourceMappingURL=ecdsa.d.ts.map