/** * */ import { Document } from '@n3/ng-api-common'; export declare class InstitutionDocument extends Document { _isEmpty: boolean; constructor(json?: any); }