import { ChatMessageRatingType, ChatType } from '../../Interface'; declare const _default: { getChatflowStats: (chatflowid: string, chatTypes: ChatType[] | undefined, startDate?: string, endDate?: string, messageId?: string, feedback?: boolean, feedbackTypes?: ChatMessageRatingType[]) => Promise; }; export default _default;