/** * Function isValidJsonString will tell you if the string is valid JSON or not * * @public exported from `@promptbook/utils` */ export declare function isValidJsonString(value: string): boolean;