import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartTopicsDetectionJobRequest, StartTopicsDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartTopicsDetectionJobCommandInput extends StartTopicsDetectionJobRequest {} export interface StartTopicsDetectionJobCommandOutput extends StartTopicsDetectionJobResponse, __MetadataBearer {} declare const StartTopicsDetectionJobCommand_base: { new ( input: StartTopicsDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartTopicsDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartTopicsDetectionJobCommand extends StartTopicsDetectionJobCommand_base { protected static __types: { api: { input: StartTopicsDetectionJobRequest; output: StartTopicsDetectionJobResponse; }; sdk: { input: StartTopicsDetectionJobCommandInput; output: StartTopicsDetectionJobCommandOutput; }; }; }