export declare const Utils: { rpc: (schema: any) => any; joiPromise: (data: any, schema: any, options?: {}) => Promise<{}>; joiPromiseMap: (list: any, schema: any, options?: any) => Promise<[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}]>; };