import type { SWRConfiguration, SWRResponse } from "swr"; import client from "../../client"; import type { GetCategoriesQueryResponse } from "../models/GetCategories"; export declare function getCategoriesQueryOptions(options?: Partial[0]>): SWRConfiguration; /** * @description A list of all methodology categories used to delineate every project in the marketplace. A project may belong to one or more of these categories. * @summary Categories * @link /categories */ export declare function useGetCategories(options?: { query?: SWRConfiguration; client?: Partial>[0]>; }): SWRResponse;