declare function pretty(anything: unknown): string;
export default pretty;
