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