import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateExtendedSourceServerRequest, CreateExtendedSourceServerResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateExtendedSourceServerCommandInput extends CreateExtendedSourceServerRequest {} export interface CreateExtendedSourceServerCommandOutput extends CreateExtendedSourceServerResponse, __MetadataBearer {} declare const CreateExtendedSourceServerCommand_base: { new ( input: CreateExtendedSourceServerCommandInput, ): import("@smithy/core/client").CommandImpl< CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateExtendedSourceServerCommandInput, ): import("@smithy/core/client").CommandImpl< CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateExtendedSourceServerCommand extends CreateExtendedSourceServerCommand_base { protected static __types: { api: { input: CreateExtendedSourceServerRequest; output: CreateExtendedSourceServerResponse; }; sdk: { input: CreateExtendedSourceServerCommandInput; output: CreateExtendedSourceServerCommandOutput; }; }; }