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