import { RuntimeArtifactErrorInformations } from './RuntimeArtifactErrorInformations.js'; import { RuntimeArtifactErrorInformationsRequestBuilder } from './RuntimeArtifactErrorInformationsRequestBuilder.js'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, FieldBuilder, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class RuntimeArtifactErrorInformationsApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; private constructor(); /** * Do not use this method or the constructor directly. * Use the service function as described in the documentation to get an API instance. */ static _privateFactory(deSerializers?: DeSerializersT): RuntimeArtifactErrorInformationsApi; private navigationPropertyFields; _addNavigationProperties(linkedApis: []): this; entityConstructor: typeof RuntimeArtifactErrorInformations; requestBuilder(): RuntimeArtifactErrorInformationsRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; private _fieldBuilder?; get fieldBuilder(): FieldBuilder; private _schema?; get schema(): { ID: OrderableEdmTypeField>, DeSerializersT, "Edm.String", false, true>; ALL_FIELDS: AllFields>>; }; }