import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCustomModelRequest, GetCustomModelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetCustomModelCommandInput extends GetCustomModelRequest {} export interface GetCustomModelCommandOutput extends GetCustomModelResponse, __MetadataBearer {} declare const GetCustomModelCommand_base: { new ( input: GetCustomModelCommandInput, ): import("@smithy/core/client").CommandImpl< GetCustomModelCommandInput, GetCustomModelCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetCustomModelCommandInput, ): import("@smithy/core/client").CommandImpl< GetCustomModelCommandInput, GetCustomModelCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetCustomModelCommand extends GetCustomModelCommand_base { protected static __types: { api: { input: GetCustomModelRequest; output: GetCustomModelResponse; }; sdk: { input: GetCustomModelCommandInput; output: GetCustomModelCommandOutput; }; }; }