import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AuthorizeDBSecurityGroupIngressMessage, AuthorizeDBSecurityGroupIngressResult, } from "../models/models_0"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface AuthorizeDBSecurityGroupIngressCommandInput extends AuthorizeDBSecurityGroupIngressMessage {} export interface AuthorizeDBSecurityGroupIngressCommandOutput extends AuthorizeDBSecurityGroupIngressResult, __MetadataBearer {} declare const AuthorizeDBSecurityGroupIngressCommand_base: { new ( input: AuthorizeDBSecurityGroupIngressCommandInput ): import("@smithy/core/client").CommandImpl< AuthorizeDBSecurityGroupIngressCommandInput, AuthorizeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AuthorizeDBSecurityGroupIngressCommandInput ): import("@smithy/core/client").CommandImpl< AuthorizeDBSecurityGroupIngressCommandInput, AuthorizeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AuthorizeDBSecurityGroupIngressCommand extends AuthorizeDBSecurityGroupIngressCommand_base { protected static __types: { api: { input: AuthorizeDBSecurityGroupIngressMessage; output: AuthorizeDBSecurityGroupIngressResult; }; sdk: { input: AuthorizeDBSecurityGroupIngressCommandInput; output: AuthorizeDBSecurityGroupIngressCommandOutput; }; }; }