import Joi from "joi"; export declare const transactionInfo: { name: string; method(params: any): Promise; schema: { id: Joi.StringSchema; }; };