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