import { IItem } from '@awhere/interfaces';
declare function fromJSON<T extends import('../ItemBase').default>(json: string | IItem): T | any;
export default fromJSON;
