/** Marks an object whose properties and methods should remain live across the RPC boundary. */ export declare class PureRPC { root?: T | undefined; constructor(root?: T | undefined); }