import type { ICollectionCategory } from "../../types/index.js";
export declare function getCollectionCategories(id: string): ICollectionCategory[] | null;
//# sourceMappingURL=getCollectionCategories.d.ts.map