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