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