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