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