import { BaseError } from 'viem'; export declare class InvalidBytesLengthError extends BaseError { constructor({ size, targetSize, type }: { size: number; targetSize: number; type: 'hex' | 'bytes'; }); } export declare class AccountNotFoundError extends BaseError { constructor({ docsPath }?: { docsPath?: string | undefined; }); } //# sourceMappingURL=error.d.ts.map