import { Guid } from "../common"; export declare enum UnregisterType { Endpoint = 0, Participant = 1 } export declare function unregisterPayload(type: UnregisterType, guid: Guid): Uint8Array; //# sourceMappingURL=unregister.d.ts.map