import { Entry } from "./entry.js"; //#region src/app/entry.async.d.ts declare const entry: Entry | (() => Promise); //#endregion export { entry as default };