import { type IStageParams } from '@visactor/vrender-core';
export declare function createStage(params: Partial<IStageParams>): unknown;
