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