export declare class EntityNotFoundError extends Error { constructor(collection: string); } export declare class UnsupportedOperatorError extends Error { constructor(operator: string); } export declare class RepositoryMethodError extends Error { constructor(message: string); }