import { IPSOpenAPI3Info } from './ipsopen-api3-info'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSOpenAPI3InfoImpl extends PSModelObjectImpl implements IPSOpenAPI3Info { get aPIVersion(): string; get codeName(): string; get description(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get termsOfService(): string; get title(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psopen-api3-info-impl.d.ts.map