import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { DescribeServiceUpdatesMessage, ServiceUpdatesMessage, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeServiceUpdatesCommandInput extends DescribeServiceUpdatesMessage {} export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessage, __MetadataBearer {} declare const DescribeServiceUpdatesCommand_base: { new ( input: DescribeServiceUpdatesCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeServiceUpdatesCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeServiceUpdatesCommand extends DescribeServiceUpdatesCommand_base { protected static __types: { api: { input: DescribeServiceUpdatesMessage; output: ServiceUpdatesMessage; }; sdk: { input: DescribeServiceUpdatesCommandInput; output: DescribeServiceUpdatesCommandOutput; }; }; }