/// <reference types="node" />
import { ServerResponse } from 'http';
export interface SustainResponse extends ServerResponse {
}
