declare const prettyPrint: (value: any, depth?: number) => string;
export { prettyPrint };
