import { postProductSearch } from "./product-search"; import { categoryList } from "./category"; export declare const productSearch: { searchProduct: typeof postProductSearch; listCategories: typeof categoryList; };