import * as t from 'io-ts';
export declare const BybitSubscriptionResponse: t.TypeC<{
    success: t.BooleanC;
    ret_msg: t.StringC;
    conn_id: t.BrandC<t.StringC, import("io-ts-types").UUIDBrand>;
    request: t.TypeC<{
        op: t.LiteralC<"subscribe">;
        args: t.TupleC<[t.StringC]>;
    }>;
}>;
//# sourceMappingURL=BybitSubscriptionResponse.d.ts.map