import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { IndexFacesRequest, IndexFacesResponse } from "../models/models_0";
export { __MetadataBearer };
export interface IndexFacesCommandInput extends IndexFacesRequest {}
export interface IndexFacesCommandOutput
  extends IndexFacesResponse,
    __MetadataBearer {}
declare const IndexFacesCommand_base: {
  new (
    input: IndexFacesCommandInput
  ): import("@smithy/core/client").CommandImpl<
    IndexFacesCommandInput,
    IndexFacesCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: IndexFacesCommandInput
  ): import("@smithy/core/client").CommandImpl<
    IndexFacesCommandInput,
    IndexFacesCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class IndexFacesCommand extends IndexFacesCommand_base {
  protected static __types: {
    api: {
      input: IndexFacesRequest;
      output: IndexFacesResponse;
    };
    sdk: {
      input: IndexFacesCommandInput;
      output: IndexFacesCommandOutput;
    };
  };
}
