import type { ResponseConfig } from "../client"; import client from "../client"; import type { GetProjectsQueryParams, GetProjectsQueryResponse } from "../models/GetProjects"; /** * @description Retrieve an array of carbon projects filtered by desired query parameters * @summary List projects * @link /projects */ export declare function getProjects(params?: GetProjectsQueryParams, options?: Partial[0]>): Promise["data"]>;