import { ITransport } from "./ITransport"; declare const httpTransport: ITransport; export default httpTransport;