import { Result } from '@elrondnetwork/evertrail.core'; import { Input } from './input'; export declare type Signature = (input: Input) => Promise;