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