/** Request body for the calculation of customer's carbon impact */
export interface CalculationRequest {
    /** Month of the requested document (day is ignored) */
    date: string;
}
//# sourceMappingURL=CalculationRequest.d.ts.map