export declare class SearchDTO { searchFor: string; exclude: Array; from?: string; to?: string; }