export declare class SearchComplaintsDto {
    chief_complaints: string;
}
