import { ServerResponse } from 'http';
export interface SustainResponse extends ServerResponse {
}


