import { Transport } from './transport';
/**
 * Merge multiple transports into one transport
 */
export declare const merge: (first: Transport, seconds: Transport, ..._args: Transport[]) => Transport<any>;
//# sourceMappingURL=merge.d.ts.map