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