import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElasticLoadBalancingV2Client"; import { DescribeTrustStoresInput, DescribeTrustStoresOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeTrustStoresCommandInput extends DescribeTrustStoresInput {} export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOutput, __MetadataBearer {} declare const DescribeTrustStoresCommand_base: { new ( input: DescribeTrustStoresCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeTrustStoresCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base { protected static __types: { api: { input: DescribeTrustStoresInput; output: DescribeTrustStoresOutput; }; sdk: { input: DescribeTrustStoresCommandInput; output: DescribeTrustStoresCommandOutput; }; }; }