import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../KinesisVideoClient"; import { CreateSignalingChannelInput, CreateSignalingChannelOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateSignalingChannelCommandInput extends CreateSignalingChannelInput {} export interface CreateSignalingChannelCommandOutput extends CreateSignalingChannelOutput, __MetadataBearer {} declare const CreateSignalingChannelCommand_base: { new ( input: CreateSignalingChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateSignalingChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateSignalingChannelCommand extends CreateSignalingChannelCommand_base { protected static __types: { api: { input: CreateSignalingChannelInput; output: CreateSignalingChannelOutput; }; sdk: { input: CreateSignalingChannelCommandInput; output: CreateSignalingChannelCommandOutput; }; }; }