import * as msw from 'msw'; declare const mswAccessHandlers: msw.HttpHandler[]; declare const mswSuccessOauthHandlers: msw.HttpHandler[]; export { mswAccessHandlers, mswSuccessOauthHandlers };