import type { Paginator } from "@smithy/types"; import { DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput } from "../commands/DescribeTrustStoresCommand"; import type { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeTrustStores: (config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoresCommandInput, ...rest: any[]) => Paginator;