/** Response for request of customer's carbon impact */
export interface CalculationResponse {
    /** ID of the calculation task */
    taskID: string;
}
//# sourceMappingURL=CalculationResponse.d.ts.map