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