import { State } from '@minofrk/msf-io-ts';
export default function tryToParse(maybeJson: null | string): void | State;
