import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDistributionTenantRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDistributionTenantCommandInput extends DeleteDistributionTenantRequest {} export interface DeleteDistributionTenantCommandOutput extends __MetadataBearer {} declare const DeleteDistributionTenantCommand_base: { new ( input: DeleteDistributionTenantCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDistributionTenantCommandInput, DeleteDistributionTenantCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDistributionTenantCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDistributionTenantCommandInput, DeleteDistributionTenantCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDistributionTenantCommand extends DeleteDistributionTenantCommand_base { protected static __types: { api: { input: DeleteDistributionTenantRequest; output: {}; }; sdk: { input: DeleteDistributionTenantCommandInput; output: DeleteDistributionTenantCommandOutput; }; }; }