import { Workflow } from "../../types/workflow"; /** * Returns a list of all statuses associated with workflows. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None. * Documentation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-status-get * @param options Request options. */ export declare function getWorkflowStatuses(options: Workflow.Status.GetStatuses.Options.HandledApi): Promise; /** * Returns a status. The status must be associated with a workflow to be returned. If a name is used on more than one status, only the status found first is returned. Therefore, identifying the status by its ID may be preferable. This operation can be accessed anonymously. [Permissions](#permissions) required: None. * Documentation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-status-idOrName-get * @param options Request options. */ export declare function getWorkflowStatus(options: Workflow.Status.GetStatus.Options.HandledApi): Promise; //# sourceMappingURL=status.d.ts.map