export declare const getFeatures: (str: string) => string[]; export declare const getAdditionalFields: (str: string) => object; export declare const getCycleUnits: (billingCycle: number) => any;