import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EvidentlyClient"; import { PutProjectEventsRequest, PutProjectEventsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutProjectEventsCommandInput extends PutProjectEventsRequest {} export interface PutProjectEventsCommandOutput extends PutProjectEventsResponse, __MetadataBearer {} declare const PutProjectEventsCommand_base: { new ( input: PutProjectEventsCommandInput ): import("@smithy/smithy-client").CommandImpl< PutProjectEventsCommandInput, PutProjectEventsCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutProjectEventsCommandInput ): import("@smithy/smithy-client").CommandImpl< PutProjectEventsCommandInput, PutProjectEventsCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PutProjectEventsCommand extends PutProjectEventsCommand_base { protected static __types: { api: { input: PutProjectEventsRequest; output: PutProjectEventsResponse; }; sdk: { input: PutProjectEventsCommandInput; output: PutProjectEventsCommandOutput; }; }; }