import { Stage } from './core/stage';
import type { IStageParams } from './interface/stage';
export declare function createStage(params: Partial<IStageParams>): Stage;
