import { Input } from './types/input'; export declare const makePayload: (input: Input) => { reader: import("@elrondnetwork/evertrail.core").Reader; options: import("@elrondnetwork/evertrail.core").Options | undefined; }; export { Signature } from './types/signature'; export { Input } from './types/input';