export interface JSONConvertible {
    toJSON(): any;
}
