export declare class ProductVersionSearchDTO { version: string; description: string; products: Array; }