/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { Payloads } from '../../internal'; /** @hidden */ export declare type SyncPayloadType = 'x-reserve-actor'; /** * @hidden * Send a message to the multipeer adapter to save the given actor in the session */ export declare type XReserveActor = Payloads.CreateActorCommon & { type: 'x-reserve-actor'; }; //# sourceMappingURL=sync.d.ts.map