import type { Entry } from './entry.js'; declare const entry: Entry | (() => Promise); export default entry;