import { BaseError } from "viem"; export declare class AccountNotFoundError extends BaseError { constructor({ docsPath }?: { docsPath?: string | undefined; }); } export declare class SignTransactionNotSupportedBySmartAccountError extends BaseError { constructor(); } //# sourceMappingURL=index.d.ts.map