import { SceneWithPlugins } from '../models/scene/SceneWithPlugins'; export declare const sleep: (scene: SceneWithPlugins, ms: number) => Promise;