import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  AssociateFacesRequest,
  AssociateFacesResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface AssociateFacesCommandInput extends AssociateFacesRequest {}
export interface AssociateFacesCommandOutput
  extends AssociateFacesResponse,
    __MetadataBearer {}
declare const AssociateFacesCommand_base: {
  new (
    input: AssociateFacesCommandInput
  ): import("@smithy/core/client").CommandImpl<
    AssociateFacesCommandInput,
    AssociateFacesCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: AssociateFacesCommandInput
  ): import("@smithy/core/client").CommandImpl<
    AssociateFacesCommandInput,
    AssociateFacesCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class AssociateFacesCommand extends AssociateFacesCommand_base {
  protected static __types: {
    api: {
      input: AssociateFacesRequest;
      output: AssociateFacesResponse;
    };
    sdk: {
      input: AssociateFacesCommandInput;
      output: AssociateFacesCommandOutput;
    };
  };
}
