import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { AuthorizeCacheSecurityGroupIngressMessage, AuthorizeCacheSecurityGroupIngressResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AuthorizeCacheSecurityGroupIngressCommandInput extends AuthorizeCacheSecurityGroupIngressMessage {} export interface AuthorizeCacheSecurityGroupIngressCommandOutput extends AuthorizeCacheSecurityGroupIngressResult, __MetadataBearer {} declare const AuthorizeCacheSecurityGroupIngressCommand_base: { new ( input: AuthorizeCacheSecurityGroupIngressCommandInput ): import("@smithy/smithy-client").CommandImpl< AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AuthorizeCacheSecurityGroupIngressCommandInput ): import("@smithy/smithy-client").CommandImpl< AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AuthorizeCacheSecurityGroupIngressCommand extends AuthorizeCacheSecurityGroupIngressCommand_base { protected static __types: { api: { input: AuthorizeCacheSecurityGroupIngressMessage; output: AuthorizeCacheSecurityGroupIngressResult; }; sdk: { input: AuthorizeCacheSecurityGroupIngressCommandInput; output: AuthorizeCacheSecurityGroupIngressCommandOutput; }; }; }