import { XModule } from '../x-modules.types';
import { RecommendationsXStoreModule } from './store/types';
/**
 * Recommendations {@link XModule} alias.
 *
 * @public
 */
export type RecommendationsXModule = XModule<RecommendationsXStoreModule>;
/**
 * Recommendations {@link XModule} implementation. This module is auto-registered as soon as you
 * import any component from the `recommendations` entry point.
 *
 * @public
 */
export declare const recommendationsXModule: RecommendationsXModule;
//# sourceMappingURL=x-module.d.ts.map