import { IndySdkPoolError } from './IndySdkPoolError'; export declare class IndySdkPoolNotFoundError extends IndySdkPoolError { constructor(message: string, { cause }?: { cause?: Error; }); }