import { IPSJsonSchema } from './ipsjson-schema'; import { PSSysDynaModelImpl } from './pssys-dyna-model-impl'; export declare class PSJsonSchemaImpl extends PSSysDynaModelImpl implements IPSJsonSchema { get description(): string; get refSchemaId(): string; get schemaId(): string; get type(): 'null' | 'boolean' | 'object' | 'array' | 'number' | 'string' | 'integer'; get enableAdditionalProperties(): boolean; get refMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psjson-schema-impl.d.ts.map