export interface RemoteClassOptions { remoteClassId: string; getConstructorTransferable?: (...args: any[]) => Transferable[]; getTransferable?: (methodName: keyof T, ...args: any[]) => Transferable[]; }