import { ICategoryParams } from './index';
declare function fetchFindCategory(contentGroupID: number, params?: ICategoryParams): Promise<any>;
export default fetchFindCategory;
