declare const prettyPrintBoolean: (value: boolean) => string;
export { prettyPrintBoolean };
