export declare class FetchClientInfoForChatDto {
    clientId: number;
}
