import type { Transport } from './types.js'; declare const httpTransport: Transport; export default httpTransport;