/** Request body for the generation of pdf containing calculation of customer's carbon impact */
export interface CalculationPDFRequest {
    /** Month of computation. Must be between last month and last month - 24 months. Only year and month are used; the day is ignored */
    month: string;
}
//# sourceMappingURL=CalculationPDFRequest.d.ts.map