import { Category } from "../../types/Category"; export declare const getCategories: (baseUrl: string, accessToken: string | undefined, options?: { params?: Record | undefined; } | undefined) => () => Promise;