export declare const findJsonInString: (dataString: string, key: string, isDesiredValue?: ((value: Record<string, any>) => boolean) | undefined) => any;
