import { FunctionImportRequestBuilder, DeSerializers, DefaultDeSerializers } from '@sap-cloud-sdk/odata-v2'; import { InspectionSubset } from './InspectionSubset'; /** * Type of the parameters to be passed to [[aInspectionSubsetTriggerValuation]]. */ export interface AInspectionSubsetTriggerValuationParameters { /** * Inspection Lot. */ inspectionLot?: string | null; /** * Current Node No. */ inspPlanOperationInternalId?: string | null; /** * Sample. */ inspectionSubsetInternalId?: string | null; } /** * Triggers the automatic valuation of an inspection point. * @param parameters - Object containing all parameters for the function import. * @returns A request builder that allows to overwrite some of the values and execute the resulting request. */ export declare function aInspectionSubsetTriggerValuation(parameters: AInspectionSubsetTriggerValuationParameters, deSerializers?: DeSerializersT): FunctionImportRequestBuilder, InspectionSubset>; export declare const functionImports: { aInspectionSubsetTriggerValuation: typeof aInspectionSubsetTriggerValuation; }; //# sourceMappingURL=function-imports.d.ts.map