import { IPSJsonObjectSchema } from './ipsjson-object-schema'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSJsonObjectSchemaImpl extends PSModelObjectImpl implements IPSJsonObjectSchema { get codeName(): string; get description(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get refSchemaId(): string; get type(): 'null' | 'boolean' | 'object' | 'array' | 'number' | 'string' | 'integer'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableAdditionalProperties(): boolean; get refMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psjson-object-schema-impl.d.ts.map