import type { RemoteSubscribable, StatefulRemoteSubscribable } from './types'; export declare function makeStatefulSubscribable(subscription: RemoteSubscribable): StatefulRemoteSubscribable; //# sourceMappingURL=stateful.d.ts.map