import type { RESTError } from "./global";
export interface RESTGetCategoriesError extends RESTError {
}
//# sourceMappingURL=categories.d.ts.map