export declare abstract class RepositoryError extends Error { constructor(message: string, reason?: string); }