export declare function codeBlock(language: string, code: string): string;
export declare function codeInline(code: string): string;
export declare function jsonWithLimit(object: object, maxLength?: number, tooLongText?: string): string;
