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