import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SendDataSetNotificationRequest, SendDataSetNotificationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface SendDataSetNotificationCommandInput extends SendDataSetNotificationRequest {} export interface SendDataSetNotificationCommandOutput extends SendDataSetNotificationResponse, __MetadataBearer {} declare const SendDataSetNotificationCommand_base: { new ( input: SendDataSetNotificationCommandInput, ): import("@smithy/core/client").CommandImpl< SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SendDataSetNotificationCommandInput, ): import("@smithy/core/client").CommandImpl< SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SendDataSetNotificationCommand extends SendDataSetNotificationCommand_base { protected static __types: { api: { input: SendDataSetNotificationRequest; output: {}; }; sdk: { input: SendDataSetNotificationCommandInput; output: SendDataSetNotificationCommandOutput; }; }; }