/** * MSW test setup for Vitest */ declare const server: import("msw/node").SetupServerApi; export { server }; //# sourceMappingURL=setup.d.ts.map