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