- prepareExo<M>(baggage, kindName, interfaceGuard, methods, options?): Guarded<M>
- Type Parameters- M extends Record<PropertyKey, CallableFunction>
 - Parameters- baggage: Baggage
- kindName: string
- interfaceGuard: undefined | InterfaceGuard
- methods: M & ThisType<{ 
 self: RemotableObject & M;
 }>
- Optionaloptions: DefineKindOptions<{
 self: M;
 }> = undefined
 
- Returns Guarded<M>
methods