import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateDistributionTenantRequest, UpdateDistributionTenantResult, } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateDistributionTenantCommandInput extends UpdateDistributionTenantRequest {} export interface UpdateDistributionTenantCommandOutput extends UpdateDistributionTenantResult, __MetadataBearer {} declare const UpdateDistributionTenantCommand_base: { new ( input: UpdateDistributionTenantCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateDistributionTenantCommandInput, UpdateDistributionTenantCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateDistributionTenantCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateDistributionTenantCommandInput, UpdateDistributionTenantCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateDistributionTenantCommand extends UpdateDistributionTenantCommand_base { protected static __types: { api: { input: UpdateDistributionTenantRequest; output: UpdateDistributionTenantResult; }; sdk: { input: UpdateDistributionTenantCommandInput; output: UpdateDistributionTenantCommandOutput; }; }; }