import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCodeRepositoryInput } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteCodeRepositoryCommandInput extends DeleteCodeRepositoryInput {} export interface DeleteCodeRepositoryCommandOutput extends __MetadataBearer {} declare const DeleteCodeRepositoryCommand_base: { new ( input: DeleteCodeRepositoryCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCodeRepositoryCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCodeRepositoryCommand extends DeleteCodeRepositoryCommand_base { protected static __types: { api: { input: DeleteCodeRepositoryInput; output: {}; }; sdk: { input: DeleteCodeRepositoryCommandInput; output: DeleteCodeRepositoryCommandOutput; }; }; }