import { WSCreator } from '../../typings';
import { Transport } from './types';
export declare type CreateTransportParams = {
    createWS?: WSCreator;
    checkCertUrl?: string;
};
export declare const createTransport: ({ createWS, checkCertUrl }: CreateTransportParams) => Transport;
//# sourceMappingURL=transport.d.ts.map