import type model from '@skyway-sdk/model'; import type { SkyWayChannelImpl } from '../channel'; import { SubscriptionImpl } from '.'; /**@internal */ export declare function createSubscription(channel: SkyWayChannelImpl, { subscriberId, publicationId, id }: model.Subscription): SubscriptionImpl; //# sourceMappingURL=factory.d.ts.map