import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { DescribeConformancePacksRequest, DescribeConformancePacksResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeConformancePacksCommandInput extends DescribeConformancePacksRequest {} export interface DescribeConformancePacksCommandOutput extends DescribeConformancePacksResponse, __MetadataBearer {} declare const DescribeConformancePacksCommand_base: { new ( input: DescribeConformancePacksCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeConformancePacksCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeConformancePacksCommand extends DescribeConformancePacksCommand_base { protected static __types: { api: { input: DescribeConformancePacksRequest; output: DescribeConformancePacksResponse; }; sdk: { input: DescribeConformancePacksCommandInput; output: DescribeConformancePacksCommandOutput; }; }; }