/** * Recursively converts JSON strings to JSON objects * * @public exported from `@promptbook/utils` */ export declare function jsonStringsToJsons(object: T): T;