export declare const mockServerData: { success: boolean; errorMsg: null; errorCode: null; data: { label: string; sessionId: string; gmtCreate: string; gmtModified: string; createBy: string; updateBy: string; filePath: string; configId: number; kbId: null; queryReplyPairList: ({ query: { id: string; gmtCreate: number; content: string; type: string; queryId: string; audioUrl: string; filePaths: null; currentFiles: null; }; reply: { id: string; gmtCreate: number; content: string; type: string; reference: string; webReference: string; knowledgeBases: never[]; graphReference: null; queryId: string; feedbackResult: null; feedbackId: null; parsedFilePaths: null; temporaryReference: string; recommendQuestion: string; llmType: number; resultType: number; respTime: number; databaseReference: null; chain: { sessionId: null; queryId: null; lastDate: null; status: number; reply: { content: string; type: string; errorMsg: null; errorCode: null; }; reference: null; webReference: null; databaseReference: null; graphReference: null; knowledgeBases: null; docsTree: null; resultType: null; filePaths: null; respTime: null; chainRespTime: number; enableCot: number; tokens: number; promptContent: null; llmType: number; businessType: string; nodeStatus: number; temporaryReference: null; config: null; }[]; enableCot: number; tokens: number; faqReference?: undefined; }; } | { query: { id: string; gmtCreate: number; content: string; type: string; queryId: string; audioUrl: string; filePaths: null; currentFiles: null; }; reply: { id: string; gmtCreate: number; content: string; type: string; reference: string; webReference: string; knowledgeBases: never[]; graphReference: string; queryId: string; feedbackResult: null; feedbackId: null; parsedFilePaths: null; temporaryReference: string; recommendQuestion: null; llmType: number; resultType: number; respTime: number; databaseReference: null; chain: { sessionId: null; queryId: null; lastDate: null; status: number; reply: { content: string; type: string; errorMsg: null; errorCode: null; }; reference: null; webReference: null; databaseReference: null; graphReference: null; knowledgeBases: null; docsTree: null; resultType: null; filePaths: null; respTime: null; chainRespTime: number; enableCot: number; tokens: number; promptContent: null; llmType: number; businessType: string; nodeStatus: number; temporaryReference: null; config: null; }[]; enableCot: number; tokens: number; faqReference?: undefined; }; } | { query: { id: number; gmtCreate: string; content: string; type: string; queryId: string; audioUrl: string; filePaths: null; currentFiles: null; }; reply: { id: number; gmtCreate: string; content: string; type: string; reference: null; webReference: null; faqReference: string; queryId: string; feedbackResult: null; feedbackId: null; parsedFilePaths: null; recommendQuestion: string; llmType: number; resultType: number; respTime: number; tokens: number; knowledgeBases?: undefined; graphReference?: undefined; temporaryReference?: undefined; databaseReference?: undefined; chain?: undefined; enableCot?: undefined; }; })[]; searchConfigDTO: { id: number; status: number; isDefault: number; configJson: string; name: string; des: null; createBy: string; gmtCreate: string; permission: null; sensitiveWordIds: null; defaultAnswer: null; model: boolean; enabledFaq: number; dependOnKb: number; isDel: number; }; }; };