declare const prettyPrintArray: (array: any[], depth?: number) => string;
export { prettyPrintArray };
