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