export declare class ProductFeeDto { feeType: string; amount: number; percentage: number; waiveCount: number; insufficientFundAction: string; startMonth: string; endMonth: number; startDays: number; occurrences: number; frequencyCount: number; dateType: string; dayToRun: number; freebieCount: number; skipCreatedMonth: number; productId: string; id?: string; constructor(d?: ProductFeeDto); }