import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  CreateCollectionRequest,
  CreateCollectionResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface CreateCollectionCommandInput extends CreateCollectionRequest {}
export interface CreateCollectionCommandOutput
  extends CreateCollectionResponse,
    __MetadataBearer {}
declare const CreateCollectionCommand_base: {
  new (
    input: CreateCollectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    CreateCollectionCommandInput,
    CreateCollectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: CreateCollectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    CreateCollectionCommandInput,
    CreateCollectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class CreateCollectionCommand extends CreateCollectionCommand_base {
  protected static __types: {
    api: {
      input: CreateCollectionRequest;
      output: CreateCollectionResponse;
    };
    sdk: {
      input: CreateCollectionCommandInput;
      output: CreateCollectionCommandOutput;
    };
  };
}
