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