declare class RepositoryError extends Error {
    constructor(message?: string, options?: ErrorOptions);
}
export default RepositoryError;
