import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { GetInstanceProfileRequest, GetInstanceProfileResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetInstanceProfileCommandInput extends GetInstanceProfileRequest {} export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResult, __MetadataBearer {} declare const GetInstanceProfileCommand_base: { new ( input: GetInstanceProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetInstanceProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetInstanceProfileCommand extends GetInstanceProfileCommand_base { protected static __types: { api: { input: GetInstanceProfileRequest; output: GetInstanceProfileResult; }; sdk: { input: GetInstanceProfileCommandInput; output: GetInstanceProfileCommandOutput; }; }; }