import type { PredyPlayerLoadOptions, PlayerScene } from '../../type/index'; export declare function loadSceneAsync(url: string, opt: PredyPlayerLoadOptions): Promise; export declare function getVFXItem(compositions: any, id: any, config: any, scene: any): { id: any; duration: any; name: any; endBehavior: any; looping: any; items: any[]; camera: any; startTime: any; }; export declare function getComposition(compositions: any, id: any): any; export declare function getCompositionByName(compositions: any, name: any): any;