import { Type } from "./Type"; export default class ObjectType implements Type { serialize(): Object; static deserialize(raw: Object): ObjectType; }