export interface IJsonUtils {
    safelyParseJSON<T>(json: string): T | null;
}
export declare const IJsonUtilsType: unique symbol;
//# sourceMappingURL=IJsonUtils.d.ts.map