import type { MujianSdk } from '../../index.ts'; export declare const saveGame: (this: MujianSdk) => Promise; export declare const loadGame: (this: MujianSdk) => Promise;