import type { SWRConfiguration, SWRResponse } from "swr"; import client from "../../client"; import type { GetVintagesQueryParams, GetVintagesQueryResponse } from "../models/GetVintages"; export declare function getVintagesQueryOptions(params?: GetVintagesQueryParams, options?: Partial[0]>): SWRConfiguration; /** * @description Retrieve an array of the vintages of available carbon projects * @summary Vintages * @link /vintages */ export declare function useGetVintages(params?: GetVintagesQueryParams, options?: { query?: SWRConfiguration; client?: Partial>[0]>; }): SWRResponse;