import { ClarityValue } from '.'; export declare function stringify(cv: ClarityValue, space?: number): string; export declare const prettyPrint: typeof stringify;