export declare const toCopy: (content: any, event: any) => void; export declare const getFileTypeByName: (fileName: string) => string; export declare function convertQueryReplyPairListToMessages(queryReplyPairList: any[]): any[];