import { Entity } from './entity'; export declare class Imagem extends Entity { arquivo: string; tamanho: number; tipo: string; path: string; url?: string; constructor(json?: any, generateId?: boolean); }