import { ID } from '../../../commonStateTypes/common'; import { MonthYearPeriodId } from '../../../commonStateTypes/timePeriod'; import { MonthEndAuditSummary, MonthEndCloseChecksState } from '../../../entity/monthEndCloseChecks/monthEndCloseChecksState'; import { ExpenseAutomationStepDetails } from '../selectorTypes/expenseAutomationViewSelectorTypes'; export declare const getAllSteps: (monthEndCloseChecksState: MonthEndCloseChecksState, monthYearId: MonthYearPeriodId, tenantId: ID, auditSummary?: MonthEndAuditSummary) => ExpenseAutomationStepDetails[];