export interface Serializable { serialize(input: this): any; }