import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteModelInvocationLoggingConfigurationRequest, DeleteModelInvocationLoggingConfigurationResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface DeleteModelInvocationLoggingConfigurationCommandInput extends DeleteModelInvocationLoggingConfigurationRequest {} export interface DeleteModelInvocationLoggingConfigurationCommandOutput extends DeleteModelInvocationLoggingConfigurationResponse, __MetadataBearer {} declare const DeleteModelInvocationLoggingConfigurationCommand_base: { new ( input: DeleteModelInvocationLoggingConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvocationLoggingConfigurationCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DeleteModelInvocationLoggingConfigurationCommandInput] ): import("@smithy/core/client").CommandImpl< DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvocationLoggingConfigurationCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteModelInvocationLoggingConfigurationCommand extends DeleteModelInvocationLoggingConfigurationCommand_base { protected static __types: { api: { input: {}; output: {}; }; sdk: { input: DeleteModelInvocationLoggingConfigurationCommandInput; output: DeleteModelInvocationLoggingConfigurationCommandOutput; }; }; }