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