import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetectToxicContentRequest, DetectToxicContentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DetectToxicContentCommandInput extends DetectToxicContentRequest {} export interface DetectToxicContentCommandOutput extends DetectToxicContentResponse, __MetadataBearer {} declare const DetectToxicContentCommand_base: { new ( input: DetectToxicContentCommandInput, ): import("@smithy/core/client").CommandImpl< DetectToxicContentCommandInput, DetectToxicContentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetectToxicContentCommandInput, ): import("@smithy/core/client").CommandImpl< DetectToxicContentCommandInput, DetectToxicContentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetectToxicContentCommand extends DetectToxicContentCommand_base { protected static __types: { api: { input: DetectToxicContentRequest; output: DetectToxicContentResponse; }; sdk: { input: DetectToxicContentCommandInput; output: DetectToxicContentCommandOutput; }; }; }