import * as t from 'io-ts'; import { HttpAgent, HttpCertificate, HttpContentType, HttpHeaders, HttpMethod, HttpQueryString, HttpQueryStringSingleValue, HttpQueryStringValue } from './Http'; export declare const httpMethodTypeDescriptor: t.Type; export declare const httpContentTypeTypeDescriptor: t.Type; export declare const httpQueryStringSingleValueTypeDescriptor: t.Type; export declare const httpQueryStringValueTypeDescriptor: t.Type; export declare const httpQueryStringTypeDescriptor: t.Type; export declare const httpHeadersTypeDescriptor: t.Type; export declare const httpCertificateTypeDescriptor: t.Type; export declare const httpAgentTypeDescriptor: t.Type; //# sourceMappingURL=HttpTypeDescriptors.d.ts.map