import { JiraApiIssue, Workflow } from '../types'; declare const getStagingDates: (issue: JiraApiIssue, workflow: Workflow) => string[]; export { getStagingDates };