import { RepositoryError } from './RepositoryError'; export declare class ReadError extends RepositoryError { constructor(reason?: string); }