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