export declare const toSubscriptionSortKeyType: (v: string) => "status" | "controller" | "companyName" | "plans" | "planLowerLimit" | "planHigherLimit" | "avg2MonthExpenses" | "addons" | "upgradeStatus" | "monthlyRecurringRevenue" | "notes"; export type SubscriptionViewSortKey = ReturnType; export declare const SUBSCRIPTION_STATUS_CODES: string[]; declare const toSubscriptionStatusCodeType: (v: string) => string; export type SubscriptionStatusCodeType = ReturnType; export {};