import { Paginator } from "@smithy/types"; import { DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput, } from "../commands/DescribeOrganizationConfigRulesCommand"; import { ConfigServicePaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeOrganizationConfigRules: ( config: ConfigServicePaginationConfiguration, input: DescribeOrganizationConfigRulesCommandInput, ...rest: any[] ) => Paginator;