import * as BABYLON$1 from '@babylonjs/core';
export * from '@babylonjs/core';

declare const BABYLON: typeof BABYLON$1;
declare function ensureBABYLON(): Promise<typeof BABYLON$1>;
declare function peekBABYLON(): typeof BABYLON$1;

export { BABYLON, ensureBABYLON, peekBABYLON };
