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