import * as howlerjs from 'howler'; import type * as maplibregl from 'maplibre-gl'; import type matterjs from 'matter-js'; export declare const maplibre: Promise; export declare const matter: Promise; export declare const howler: Promise<{ Howl: new (options: howlerjs.HowlOptions) => howlerjs.Howl; Howler: howlerjs.HowlerGlobal; }>;