declare const getFeedData: (param?: {}) => any; declare const getAllComment: (param?: {}) => any; declare const deleteCommentById: (param?: {}) => any; declare const stickFeedTop: ({ feed_id, titaObj_type, titaObj_id }: { feed_id?: string | undefined; titaObj_type?: number | undefined; titaObj_id?: string | undefined; }) => any; declare const cancelFeedTop: (param?: {}) => any; declare const deleteFeed: (param?: {}) => any; declare const collectFeed: (feedId: string) => any; declare const cancelCollectFeed: (feedId: string) => any; declare const handleShareBoxSubmit: (textValue: string, fileList: string[], scope: number) => any; declare const getEmojiData: () => any; declare const handleSearchFeed: (value: string, channelId: string | number, startId: string | number) => any; declare const handleSearchUser: (user: { Id: number; }, channelId: string | number, startId: string | number) => any; declare const handleReply: (textValue: string, fileList: string[], FeedId: string, CommentId?: string) => any; declare const saveTaskFeed: (data: any) => any; declare const getSingleFeedData: (feedId: string) => any; declare var getProjectUsers: (workId: string) => any; declare var getChannelList: () => any; export { getProjectUsers, getFeedData, getAllComment, deleteCommentById, stickFeedTop, cancelFeedTop, deleteFeed, getEmojiData, handleShareBoxSubmit, handleSearchFeed, handleSearchUser, handleReply, collectFeed, cancelCollectFeed, saveTaskFeed, getSingleFeedData, getChannelList };