import { Config } from "../../api.types"; import { CaregoryApiType } from "./category.types"; export declare const CategoryAPI: (config: Config) => CaregoryApiType;