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