import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { DeleteAccessLogSettingsRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteAccessLogSettingsCommandInput extends DeleteAccessLogSettingsRequest {} export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {} declare const DeleteAccessLogSettingsCommand_base: { new ( input: DeleteAccessLogSettingsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteAccessLogSettingsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base { protected static __types: { api: { input: DeleteAccessLogSettingsRequest; output: {}; }; sdk: { input: DeleteAccessLogSettingsCommandInput; output: DeleteAccessLogSettingsCommandOutput; }; }; }