import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Converts a JavaScript Object Notation (JSON) string into an object. * @tsplus static Either.Ops parseJSON * @tsplus location "@tsplus/stdlib/data/Either/parseJSON" */ export declare function parseJSON(s: string, onError: (reason: unknown) => E): Either; //# sourceMappingURL=parseJSON.d.ts.map