import type { AdpTransport, TransportTls } from './types.js'; export declare function createBunTransport(tls: TransportTls): AdpTransport;