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