/** * Recover the signer from an Elliptic Curve signature. */ export declare function ecRecover(data: string, signature: string): string;