import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateConfigurationSetTrackingOptionsRequest, CreateConfigurationSetTrackingOptionsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateConfigurationSetTrackingOptionsCommandInput extends CreateConfigurationSetTrackingOptionsRequest {} export interface CreateConfigurationSetTrackingOptionsCommandOutput extends CreateConfigurationSetTrackingOptionsResponse, __MetadataBearer {} declare const CreateConfigurationSetTrackingOptionsCommand_base: { new ( input: CreateConfigurationSetTrackingOptionsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateConfigurationSetTrackingOptionsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateConfigurationSetTrackingOptionsCommand extends CreateConfigurationSetTrackingOptionsCommand_base { protected static __types: { api: { input: CreateConfigurationSetTrackingOptionsRequest; output: {}; }; sdk: { input: CreateConfigurationSetTrackingOptionsCommandInput; output: CreateConfigurationSetTrackingOptionsCommandOutput; }; }; }