import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeartifactClient"; import { CreateRepositoryRequest, CreateRepositoryResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {} export interface CreateRepositoryCommandOutput extends CreateRepositoryResult, __MetadataBearer {} declare const CreateRepositoryCommand_base: { new ( input: CreateRepositoryCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateRepositoryCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base { protected static __types: { api: { input: CreateRepositoryRequest; output: CreateRepositoryResult; }; sdk: { input: CreateRepositoryCommandInput; output: CreateRepositoryCommandOutput; }; }; }