/** * @author WMXPY * @namespace Format * @description Format JSON */ export declare const formatJSON: (input: any) => string;