import { HttpHandler } from 'msw';
export declare const getProductHandlers: (routes: any) => HttpHandler[];
