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