import { BrokerTransport } from './transport'; export declare class TransportFactory { static createTransport(options?: { socketPath?: string; pipeName?: string; timeoutMs?: number; }): BrokerTransport; }