import { Entity } from './entity'; export declare class Unidade extends Entity { nome: string; constructor(json?: any, generateId?: boolean); }