import { Signature } from '../entities'; export declare const send: (provider: any, method: string, params?: any[]) => Promise; export declare const signData: (provider: any, fromAddress: string, typeData: any) => Promise;