import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElasticLoadBalancingV2Client"; import { AddTrustStoreRevocationsInput, AddTrustStoreRevocationsOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AddTrustStoreRevocationsCommandInput extends AddTrustStoreRevocationsInput {} export interface AddTrustStoreRevocationsCommandOutput extends AddTrustStoreRevocationsOutput, __MetadataBearer {} declare const AddTrustStoreRevocationsCommand_base: { new ( input: AddTrustStoreRevocationsCommandInput ): import("@smithy/smithy-client").CommandImpl< AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AddTrustStoreRevocationsCommandInput ): import("@smithy/smithy-client").CommandImpl< AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base { protected static __types: { api: { input: AddTrustStoreRevocationsInput; output: AddTrustStoreRevocationsOutput; }; sdk: { input: AddTrustStoreRevocationsCommandInput; output: AddTrustStoreRevocationsCommandOutput; }; }; }