export interface IsJSONResult { readonly isJSON: boolean; readonly parsed?: T; } export declare function isJSON(str: string): IsJSONResult; //# sourceMappingURL=is-json.d.ts.map