/** * a flag indicating that melonJS is fully initialized */ export declare let initialized: boolean; /** * Initialize the melonJS library. * This is called automatically by the {@link Application} constructor. * Multiple calls are safe — boot() is idempotent. * When using {@link Application} directly, calling boot() manually is not needed. * @see {@link Application} */ export declare function boot(): void; //# sourceMappingURL=bootstrap.d.ts.map