import type { TNuxtMswTestOptions } from '#imports'; /** * Used to start the MSW server in a unit test environment. * * You can pass in options to determine the mock configuration, and the settings passed to this function take the highest priority. * * Additionally, you can configure the mock settings in `/unit.{ts|js|mjs|cjs}`. Please refer to the documentation [nuxt layer and unit test](https://github.com/shunnNet/nuxt-msw?tab=readme-ov-file#nuxt-layer-and-unit-test). */ export declare const setupNuxtMswServer: (options?: TNuxtMswTestOptions) => Promise;