import {Type} from "./Type"; export default class IntBoolType implements Type { serialize(): Object { return {} } }