import type { SDKConfig, TransportType } from '../types/sdk'; import type { Transport } from '../types/transport'; export declare const createTransport: (type: TransportType | undefined, config: SDKConfig) => Transport; //# sourceMappingURL=index.d.ts.map