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