declare const parseObjectFromString: (options: string) => Object | null;
export default parseObjectFromString;
