import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { CreateRoleAliasRequest, CreateRoleAliasResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateRoleAliasCommandInput extends CreateRoleAliasRequest {} export interface CreateRoleAliasCommandOutput extends CreateRoleAliasResponse, __MetadataBearer {} declare const CreateRoleAliasCommand_base: { new ( input: CreateRoleAliasCommandInput ): import("@smithy/core/client").CommandImpl< CreateRoleAliasCommandInput, CreateRoleAliasCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateRoleAliasCommandInput ): import("@smithy/core/client").CommandImpl< CreateRoleAliasCommandInput, CreateRoleAliasCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateRoleAliasCommand extends CreateRoleAliasCommand_base { protected static __types: { api: { input: CreateRoleAliasRequest; output: CreateRoleAliasResponse; }; sdk: { input: CreateRoleAliasCommandInput; output: CreateRoleAliasCommandOutput; }; }; }