import { TSceneConfig, TSceneParams } from '../Models'; export declare function sceneConfigToParams(config: TSceneConfig): TSceneParams;