import type { Entity } from '../entity'; import type { FileEntity } from '../fileEntity'; export declare function fromJSON(json: { [key: string]: any; }): TEntity;