import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRealtimeLogConfigRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRealtimeLogConfigCommandInput extends DeleteRealtimeLogConfigRequest {} export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {} declare const DeleteRealtimeLogConfigCommand_base: { new ( input: DeleteRealtimeLogConfigCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DeleteRealtimeLogConfigCommandInput] ): import("@smithy/core/client").CommandImpl< DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRealtimeLogConfigCommand extends DeleteRealtimeLogConfigCommand_base { protected static __types: { api: { input: DeleteRealtimeLogConfigRequest; output: {}; }; sdk: { input: DeleteRealtimeLogConfigCommandInput; output: DeleteRealtimeLogConfigCommandOutput; }; }; }