import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteS3TableIntegrationInput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteS3TableIntegrationCommandInput extends DeleteS3TableIntegrationInput {} export interface DeleteS3TableIntegrationCommandOutput extends __MetadataBearer {} declare const DeleteS3TableIntegrationCommand_base: { new ( input: DeleteS3TableIntegrationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteS3TableIntegrationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteS3TableIntegrationCommand extends DeleteS3TableIntegrationCommand_base { protected static __types: { api: { input: DeleteS3TableIntegrationInput; output: {}; }; sdk: { input: DeleteS3TableIntegrationCommandInput; output: DeleteS3TableIntegrationCommandOutput; }; }; }