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