import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { NotifyWhenUploadedInput, NotifyWhenUploadedOutput } from "../models/models_0"; export { __MetadataBearer }; export interface NotifyWhenUploadedCommandInput extends NotifyWhenUploadedInput {} export interface NotifyWhenUploadedCommandOutput extends NotifyWhenUploadedOutput, __MetadataBearer {} declare const NotifyWhenUploadedCommand_base: { new ( input: NotifyWhenUploadedCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: NotifyWhenUploadedCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class NotifyWhenUploadedCommand extends NotifyWhenUploadedCommand_base { protected static __types: { api: { input: NotifyWhenUploadedInput; output: NotifyWhenUploadedOutput; }; sdk: { input: NotifyWhenUploadedCommandInput; output: NotifyWhenUploadedCommandOutput; }; }; }