/** * */ import { OrganizationShort } from '@n3/ng-api-common'; import { ClassifierShort } from '@n3/ng-api-common'; import { PersonShort } from '@n3/ng-api-common'; import { Address } from '@n3/ng-api-common'; import { Contact } from '@n3/ng-api-common'; import { OrganizationMeta } from './organizationMeta.model'; export declare class Organization extends OrganizationShort { _isEmpty: boolean; okpo: string; okato: string; kpp: string; oktmo: ClassifierShort; okogu: string; owner: PersonShort; head: PersonShort; type_of_ownership: ClassifierShort; founders_type: ClassifierShort; status: ClassifierShort; address: Address; district: ClassifierShort; region: ClassifierShort; country: ClassifierShort; okopf: ClassifierShort; okfs: ClassifierShort; okved: ClassifierShort[]; contacts: Contact[]; meta: OrganizationMeta; constructor(json?: any); }