export declare class ChatModelHelper { static getChatModelQualifier(clientName: string): { chatModel: { attribute: symbol; value: string; }[]; }; }