declare const prettyPrintMap: (map: Map<any, any>, depth?: number) => string;
export { prettyPrintMap };
