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