export declare function safeParse(val: string): any; export declare function toonToJson(input: string): any; export declare function jsonToToon(obj: any): string; export { configureToonFetch as configureToonAxios, createToonAxios, toonAxios, toonFetch, } from "./fetch/index"; export type { ToonClientOptions, ToonFetchOptions, ToonFetchResponse, } from "./fetch/index";