export declare class AddClientRemarkDto {
    remark: string;
}
