import { InjectionToken } from '@angular/core';
/**
 * An injection token to resolve the configuration of the cart service
 */
export declare const CART_SERVICE_CONFIGURATION: InjectionToken<any>;
