import type { SWRConfiguration, SWRResponse } from "swr"; import client from "../../client"; import type { GetCountriesQueryResponse } from "../models/GetCountries"; export declare function getCountriesQueryOptions(options?: Partial[0]>): SWRConfiguration; /** * @description Retrieve an array containing the countries that carbon projects originate from * @summary Countries * @link /countries */ export declare function useGetCountries(options?: { query?: SWRConfiguration; client?: Partial>[0]>; }): SWRResponse;