import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetInferenceProfileRequest, GetInferenceProfileResponse } from "../models/models_1"; export { __MetadataBearer }; export interface GetInferenceProfileCommandInput extends GetInferenceProfileRequest {} export interface GetInferenceProfileCommandOutput extends GetInferenceProfileResponse, __MetadataBearer {} declare const GetInferenceProfileCommand_base: { new ( input: GetInferenceProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetInferenceProfileCommandInput, GetInferenceProfileCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetInferenceProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetInferenceProfileCommandInput, GetInferenceProfileCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetInferenceProfileCommand extends GetInferenceProfileCommand_base { protected static __types: { api: { input: GetInferenceProfileRequest; output: GetInferenceProfileResponse; }; sdk: { input: GetInferenceProfileCommandInput; output: GetInferenceProfileCommandOutput; }; }; }