import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { DescribeAggregateComplianceByConformancePacksRequest, DescribeAggregateComplianceByConformancePacksResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeAggregateComplianceByConformancePacksCommandInput extends DescribeAggregateComplianceByConformancePacksRequest {} export interface DescribeAggregateComplianceByConformancePacksCommandOutput extends DescribeAggregateComplianceByConformancePacksResponse, __MetadataBearer {} declare const DescribeAggregateComplianceByConformancePacksCommand_base: { new ( input: DescribeAggregateComplianceByConformancePacksCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeAggregateComplianceByConformancePacksCommandInput, DescribeAggregateComplianceByConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeAggregateComplianceByConformancePacksCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeAggregateComplianceByConformancePacksCommandInput, DescribeAggregateComplianceByConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeAggregateComplianceByConformancePacksCommand extends DescribeAggregateComplianceByConformancePacksCommand_base { protected static __types: { api: { input: DescribeAggregateComplianceByConformancePacksRequest; output: DescribeAggregateComplianceByConformancePacksResponse; }; sdk: { input: DescribeAggregateComplianceByConformancePacksCommandInput; output: DescribeAggregateComplianceByConformancePacksCommandOutput; }; }; }