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