import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { CreateServiceProfileRequest, CreateServiceProfileResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateServiceProfileCommandInput extends CreateServiceProfileRequest {} export interface CreateServiceProfileCommandOutput extends CreateServiceProfileResponse, __MetadataBearer {} declare const CreateServiceProfileCommand_base: { new ( input: CreateServiceProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [CreateServiceProfileCommandInput] ): import("@smithy/smithy-client").CommandImpl< CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateServiceProfileCommand extends CreateServiceProfileCommand_base { protected static __types: { api: { input: CreateServiceProfileRequest; output: CreateServiceProfileResponse; }; sdk: { input: CreateServiceProfileCommandInput; output: CreateServiceProfileCommandOutput; }; }; }