import * as _angular_core from '@angular/core';

/**
 * Required for correct functioning of SSR apps.
 *
 * @deprecated
 * This experimental export is deprecated in favour of the non-experimental export.
 * This is no longer an experimental feature, but is now available as
 * `withNgxsPendingTasks` in the main `@ngxs/store` package.
 */
declare function withExperimentalNgxsPendingTasks(): _angular_core.EnvironmentProviders;

export { withExperimentalNgxsPendingTasks };
