declare const prettyPrintNull: (value: null) => string;
export { prettyPrintNull };
