import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateServiceCommandInput extends CreateServiceRequest {} export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {} declare const CreateServiceCommand_base: { new ( input: CreateServiceCommandInput, ): import("@smithy/core/client").CommandImpl< CreateServiceCommandInput, CreateServiceCommandOutput, import("..").MigrationHubRefactorSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateServiceCommandInput, ): import("@smithy/core/client").CommandImpl< CreateServiceCommandInput, CreateServiceCommandOutput, import("..").MigrationHubRefactorSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateServiceCommand extends CreateServiceCommand_base { protected static __types: { api: { input: CreateServiceRequest; output: CreateServiceResponse; }; sdk: { input: CreateServiceCommandInput; output: CreateServiceCommandOutput; }; }; }