import type { RenderOptions } from './definitions.js';
declare const prettyOutput: (input: unknown, opts?: Partial<RenderOptions>, indentLevel?: number) => string;
export default prettyOutput;
export { prettyOutput, prettyOutput as prettyoutput };
//# sourceMappingURL=index.d.ts.map