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