import { UpdatePluginConfigDto } from '../../../modules/config/dto/config.dto'; import { TILES_SCENE_PLUGIN_NAME } from '../tiles-scene.constants'; export declare class SceneUpdateConfigDto extends UpdatePluginConfigDto { type: typeof TILES_SCENE_PLUGIN_NAME; }