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