/** * @deprecated `'ably/promises'` was the v1 entry point and is no longer available in ably-js v2. * v2 is promise-only — import from `'ably'` directly. * * Importing this subpath throws at module load with the migration link. * * @see https://github.com/ably/ably-js/blob/main/docs/migration-guides/v2/lib.md */ declare const ablyPromisesV1EntryPointRemoved: never; export = ablyPromisesV1EntryPointRemoved;