import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAwsLogSourceCommandInput extends DeleteAwsLogSourceRequest {} export interface DeleteAwsLogSourceCommandOutput extends DeleteAwsLogSourceResponse, __MetadataBearer {} declare const DeleteAwsLogSourceCommand_base: { new ( input: DeleteAwsLogSourceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAwsLogSourceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAwsLogSourceCommand extends DeleteAwsLogSourceCommand_base { protected static __types: { api: { input: DeleteAwsLogSourceRequest; output: DeleteAwsLogSourceResponse; }; sdk: { input: DeleteAwsLogSourceCommandInput; output: DeleteAwsLogSourceCommandOutput; }; }; }