export declare class ErrorTypeSearchDTO { name: string; description: string; products: Array; }