import { GameStateSnapshot } from '../index.js'; /** * Serializes a GameStateSnapshot into a sequence of network commands (ServerCommands) * suitable for recording to a demo file or sending over the network. * * @param snapshot The game state snapshot to serialize * @returns A Uint8Array containing the serialized commands */ export declare function serializeSnapshot(snapshot: GameStateSnapshot): Uint8Array; //# sourceMappingURL=serializer.d.ts.map