import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { GetServiceProfileRequest, GetServiceProfileResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetServiceProfileCommandInput extends GetServiceProfileRequest {} export interface GetServiceProfileCommandOutput extends GetServiceProfileResponse, __MetadataBearer {} declare const GetServiceProfileCommand_base: { new ( input: GetServiceProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetServiceProfileCommandInput, GetServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetServiceProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetServiceProfileCommandInput, GetServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetServiceProfileCommand extends GetServiceProfileCommand_base { protected static __types: { api: { input: GetServiceProfileRequest; output: GetServiceProfileResponse; }; sdk: { input: GetServiceProfileCommandInput; output: GetServiceProfileCommandOutput; }; }; }