import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribePartnerAppRequest, DescribePartnerAppResponse } from "../models/models_3"; export { __MetadataBearer }; export interface DescribePartnerAppCommandInput extends DescribePartnerAppRequest {} export interface DescribePartnerAppCommandOutput extends DescribePartnerAppResponse, __MetadataBearer {} declare const DescribePartnerAppCommand_base: { new ( input: DescribePartnerAppCommandInput, ): import("@smithy/core/client").CommandImpl< DescribePartnerAppCommandInput, DescribePartnerAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribePartnerAppCommandInput, ): import("@smithy/core/client").CommandImpl< DescribePartnerAppCommandInput, DescribePartnerAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribePartnerAppCommand extends DescribePartnerAppCommand_base { protected static __types: { api: { input: DescribePartnerAppRequest; output: DescribePartnerAppResponse; }; sdk: { input: DescribePartnerAppCommandInput; output: DescribePartnerAppCommandOutput; }; }; }