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