export declare const safePrintType: (value: any) => string; export declare const safePrintValue: (value: any, maxLength?: number) => string;