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