import type { Abi } from "abitype"; import type { ThirdwebContract } from "../contract/contract.js"; /** * @internal */ export declare function extractError(args: { error: unknown; contract?: ThirdwebContract; fromAddress?: string; }): Promise; export declare function extractErrorResult(args: { error: unknown; contract?: ThirdwebContract; }): Promise; //# sourceMappingURL=extract-error.d.ts.map