///
import ContentType from './../../src/http/enum/content-type';
import StaticEndpoint from './../../src/endpoint/static';
declare class StaticCssEndpoint extends StaticEndpoint {
protected process(): Promise;
protected getResponseContentType(): ContentType;
}
export default StaticCssEndpoint;