/** * Back-compat re-export. The TCP transport interface lives in * @bobfrankston/tcp-transport — it's protocol-agnostic, used by SMTP, IMAP, * and any other line-oriented TCP code. * * `ImapTransport` is kept as an alias for `TcpTransport` so existing callers * continue to compile. New code should import `TcpTransport` directly from * @bobfrankston/tcp-transport. */ export type { TcpTransport as ImapTransport, TransportFactory } from "@bobfrankston/tcp-transport"; //# sourceMappingURL=transport.d.ts.map