import { SetupWorker } from "msw/browser";
//#region src/shared.d.ts
type MswApi = SetupWorker;
//#endregion
export { MswApi as t };