export declare const getPreviewText: (text: string, limit?: number) => string; export declare const isValidJsonString: (str: unknown) => boolean;