export declare function isNuxtV4(nuxtConfig: string, packageVersion: string | undefined): Promise<boolean>;
