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