import type { GenericPalletError } from '@dedot/types'; import { Executor } from './Executor.js'; /** * @name ErrorExecutor * @description Find pallet error information from metadata */ export declare class ErrorExecutor extends Executor { #private; doExecute(pallet: string, errorName: string): GenericPalletError; }