import { ICheckParams, IFindRes } from './index';
declare function fetchFindContent(contentGroupID: number, params: ICheckParams): Promise<IFindRes>;
export default fetchFindContent;
