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