import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartTelemetryEnrichmentOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StartTelemetryEnrichmentCommandInput {} export interface StartTelemetryEnrichmentCommandOutput extends StartTelemetryEnrichmentOutput, __MetadataBearer {} declare const StartTelemetryEnrichmentCommand_base: { new ( input: StartTelemetryEnrichmentCommandInput, ): import("@smithy/core/client").CommandImpl< StartTelemetryEnrichmentCommandInput, StartTelemetryEnrichmentCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [StartTelemetryEnrichmentCommandInput] ): import("@smithy/core/client").CommandImpl< StartTelemetryEnrichmentCommandInput, StartTelemetryEnrichmentCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartTelemetryEnrichmentCommand extends StartTelemetryEnrichmentCommand_base { protected static __types: { api: { input: {}; output: StartTelemetryEnrichmentOutput; }; sdk: { input: StartTelemetryEnrichmentCommandInput; output: StartTelemetryEnrichmentCommandOutput; }; }; }