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