import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetFoundationModelRequest, GetFoundationModelResponse } from "../models/models_1"; export { __MetadataBearer }; export interface GetFoundationModelCommandInput extends GetFoundationModelRequest {} export interface GetFoundationModelCommandOutput extends GetFoundationModelResponse, __MetadataBearer {} declare const GetFoundationModelCommand_base: { new ( input: GetFoundationModelCommandInput, ): import("@smithy/core/client").CommandImpl< GetFoundationModelCommandInput, GetFoundationModelCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetFoundationModelCommandInput, ): import("@smithy/core/client").CommandImpl< GetFoundationModelCommandInput, GetFoundationModelCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetFoundationModelCommand extends GetFoundationModelCommand_base { protected static __types: { api: { input: GetFoundationModelRequest; output: GetFoundationModelResponse; }; sdk: { input: GetFoundationModelCommandInput; output: GetFoundationModelCommandOutput; }; }; }