import type { NuxtApp } from 'nuxt/app';
export declare const nuxtMock: {
    runWithContext: NuxtApp['runWithContext'];
};
