/** * ConsoleWriter is a writer that converts the JSON input * into a human readable format. */ export declare function consoleWriter(obj: unknown): string;