import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetModelInvocationLoggingConfigurationRequest, GetModelInvocationLoggingConfigurationResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface GetModelInvocationLoggingConfigurationCommandInput extends GetModelInvocationLoggingConfigurationRequest {} export interface GetModelInvocationLoggingConfigurationCommandOutput extends GetModelInvocationLoggingConfigurationResponse, __MetadataBearer {} declare const GetModelInvocationLoggingConfigurationCommand_base: { new ( input: GetModelInvocationLoggingConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelInvocationLoggingConfigurationCommandInput, GetModelInvocationLoggingConfigurationCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetModelInvocationLoggingConfigurationCommandInput] ): import("@smithy/core/client").CommandImpl< GetModelInvocationLoggingConfigurationCommandInput, GetModelInvocationLoggingConfigurationCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetModelInvocationLoggingConfigurationCommand extends GetModelInvocationLoggingConfigurationCommand_base { protected static __types: { api: { input: {}; output: GetModelInvocationLoggingConfigurationResponse; }; sdk: { input: GetModelInvocationLoggingConfigurationCommandInput; output: GetModelInvocationLoggingConfigurationCommandOutput; }; }; }