import type { NitroApp } from "nitropack/types"; export declare const nitroApp: NitroApp; export declare function useNitroApp(): NitroApp;