export declare class TransactionsProxy { get({ chain }: { chain: any; }): any; create(params: any): any; sign(params: any): string; } declare const _default: TransactionsProxy; export default _default; //# sourceMappingURL=index.d.ts.map