import { Code } from './instructions'; export declare const prettyJson: (inst: Code, indent?: string) => string;