import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DeleteFlowLogsRequest, DeleteFlowLogsResult, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface DeleteFlowLogsCommandInput extends DeleteFlowLogsRequest {} export interface DeleteFlowLogsCommandOutput extends DeleteFlowLogsResult, __MetadataBearer {} declare const DeleteFlowLogsCommand_base: { new ( input: DeleteFlowLogsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteFlowLogsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteFlowLogsCommand extends DeleteFlowLogsCommand_base { protected static __types: { api: { input: DeleteFlowLogsRequest; output: DeleteFlowLogsResult; }; sdk: { input: DeleteFlowLogsCommandInput; output: DeleteFlowLogsCommandOutput; }; }; }