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