export declare const annualToMonthly: (annualValue: number) => number; export declare const annualToMonthlyRounded: (annualValue: number) => number;