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