import Transporter from './lib/transporter.js'; export function createTransport(options) { return new Transporter(options); }