/**
* Check if the object or string is in JSON format
*/exportdeclareconstisJSON: (content: object | string) =>boolean;
declareconstChecker: {
isJSON: (content: object | string) =>boolean;
};
exportdefaultChecker;
//# sourceMappingURL=Checker.d.ts.map