import { IJsonUtils } from "./IJsonUtils";
export declare class JsonUtils implements IJsonUtils {
    constructor();
    safelyParseJSON<T>(json: string): T | null;
}
//# sourceMappingURL=JsonUtils.d.ts.map