/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { Stage } from './interfaces'; import { MarkStagerOptions } from './marks/interfaces'; import { Scene } from 'vega-typings'; export declare function sceneToStage(options: MarkStagerOptions, stage: Stage, scene: Scene): void;