import { int } from '@cafetextual/nlist/dist/src/ntree/types'; export default class Show { static show(p: any, o: any, prefix?: string, root?: boolean): string; static serialize(v: any, prefix?: string, allowJSON?: boolean): string; static type(o: Object): string; /** * A mostly deprecated as3 function - much less useful in js * */ static serializeSimpleObject(o: Object, prefix: string, depth?: int): string; static isLeaf(o: any): boolean; }