import { Entity } from '../entity'; import { FileEntity } from '../fileEntity'; export declare function toJSON(entity: Entity | FileEntity): any;