import * as Web3 from 'web3'; import { ECDSASignature } from '../types'; export declare class SignerAPI { private web3; constructor(web3: Web3); signPayloadWithAddress(payload: string, address: string, withPrefix: boolean): Promise; }