import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopPiiEntitiesDetectionJobRequest, StopPiiEntitiesDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StopPiiEntitiesDetectionJobCommandInput extends StopPiiEntitiesDetectionJobRequest {} export interface StopPiiEntitiesDetectionJobCommandOutput extends StopPiiEntitiesDetectionJobResponse, __MetadataBearer {} declare const StopPiiEntitiesDetectionJobCommand_base: { new ( input: StopPiiEntitiesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopPiiEntitiesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopPiiEntitiesDetectionJobCommand extends StopPiiEntitiesDetectionJobCommand_base { protected static __types: { api: { input: StopPiiEntitiesDetectionJobRequest; output: StopPiiEntitiesDetectionJobResponse; }; sdk: { input: StopPiiEntitiesDetectionJobCommandInput; output: StopPiiEntitiesDetectionJobCommandOutput; }; }; }