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