import { HeaderItemData } from '../common/cockpitTypes'; export declare const taskManagerHeaderItemsData: HeaderItemData[]; declare const toAllTaskManagerTabKeys: (v: string) => "invite" | "expenses" | "plans" | "name" | "controller" | "preparer" | "reviewer" | "runway" | "group" | "status" | "companyName" | "planLowerLimit" | "planHigherLimit" | "avg2MonthExpenses" | "addons" | "upgradeStatus" | "monthlyRecurringRevenue" | "notes" | "cashBalance" | "revenues" | "netIncome" | "bookCloseDate" | "taxStatus" | "task" | "productVerticals" | "realmId" | "customerSuccessManager" | "apAnalyst" | "reportSent" | "taxLead" | "annualRecurringRevenue" | "satisfaction" | "bankAccountLinked" | "qboLinked" | "identityVerified" | "businessVerified" | "groupCreated" | "customerCreated" | "enroller" | "latestCreated" | "dueDate" | "taskName" | "priority" | "assignee" | "tags" | "createdBy" | "issues" | "externalProductServiceExposure" | "companyEngagementMetricsUpdatedAt" | "churnProbability" | "netPromoterScore" | "customerSatisfactionScore" | "lastReportSent" | "subscriptionDate" | "renewalDate" | "dashboardLastSeen" | "lastEngagement"; export type AllTaskManagerTabKeys = ReturnType; export {};