declare const prettyPrintFunction: (value: (...args: any[]) => any) => string;
export { prettyPrintFunction };
