export declare class Sy { static changeScene: (params: any) => Promise; } export default Sy;