import { HttpHandler } from 'msw';
import { LocalStorageService } from '../local-storage';
export declare const getCartHandlers: (routes: any, localStorageService: LocalStorageService) => HttpHandler[];
