import type { SceneProxy } from '../proxy';
export declare function sortVertical(proxy: SceneProxy): Promise<void>;
