import * as i0 from "@angular/core";
export interface CalculateQuotesParams {
    date: Date;
    quotaValues: number;
    quotaTimes: any;
    totalPrice: any;
}
export declare class CalculateQuotesService {
    monthsDays: number[];
    constructor();
    calculateQuotes(params: CalculateQuotesParams): any[];
    setPlusOneMonth(originDate: Date, isEndMonth: boolean): Date[];
    getStringDate(originDate: Date): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CalculateQuotesService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CalculateQuotesService>;
}
