import { Project } from "../../../types/project"; /** * Returns the following counts for a version: * Number of issues where the `fixVersion` is set to the version. * Number of issues where the `affectedVersion` is set to the version. * Number of issues where a version custom field is set to the version. This operation can be accessed anonymously. **[Permissions](#permissions) required:** *Browse projects* project permission for the project that contains the version. * Documentation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-version-id-relatedIssueCounts-get * @param options Request options. */ export declare function getProjectVersionRelatedIssueCount(options: Project.Version.Count.GetRelatedIssueCount.Options.HandledApi): Promise; /** * Returns counts of the issues and unresolved issues for the project version. This operation can be accessed anonymously. **[Permissions](#permissions) required:** *Browse projects* project permission for the project that contains the version. * Documentation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-version-id-unresolvedIssueCount-get * @param options Request options. */ export declare function getProjectVersionUnresolvedIssueCount(options: Project.Version.Count.GetUnresolvedIssueCount.Options.HandledApi): Promise; //# sourceMappingURL=count.d.ts.map