import type { H3Event } from "h3";
import type { AppConfig } from "@nuxt/schema";
export declare function useAppConfig(event?: H3Event): AppConfig;
