import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  StartTextDetectionRequest,
  StartTextDetectionResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface StartTextDetectionCommandInput
  extends StartTextDetectionRequest {}
export interface StartTextDetectionCommandOutput
  extends StartTextDetectionResponse,
    __MetadataBearer {}
declare const StartTextDetectionCommand_base: {
  new (
    input: StartTextDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    StartTextDetectionCommandInput,
    StartTextDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: StartTextDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    StartTextDetectionCommandInput,
    StartTextDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class StartTextDetectionCommand extends StartTextDetectionCommand_base {
  protected static __types: {
    api: {
      input: StartTextDetectionRequest;
      output: StartTextDetectionResponse;
    };
    sdk: {
      input: StartTextDetectionCommandInput;
      output: StartTextDetectionCommandOutput;
    };
  };
}
