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