import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { GetOrganizationConformancePackDetailedStatusRequest, GetOrganizationConformancePackDetailedStatusResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetOrganizationConformancePackDetailedStatusCommandInput extends GetOrganizationConformancePackDetailedStatusRequest {} export interface GetOrganizationConformancePackDetailedStatusCommandOutput extends GetOrganizationConformancePackDetailedStatusResponse, __MetadataBearer {} declare const GetOrganizationConformancePackDetailedStatusCommand_base: { new ( input: GetOrganizationConformancePackDetailedStatusCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOrganizationConformancePackDetailedStatusCommandInput, GetOrganizationConformancePackDetailedStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetOrganizationConformancePackDetailedStatusCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOrganizationConformancePackDetailedStatusCommandInput, GetOrganizationConformancePackDetailedStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetOrganizationConformancePackDetailedStatusCommand extends GetOrganizationConformancePackDetailedStatusCommand_base { protected static __types: { api: { input: GetOrganizationConformancePackDetailedStatusRequest; output: GetOrganizationConformancePackDetailedStatusResponse; }; sdk: { input: GetOrganizationConformancePackDetailedStatusCommandInput; output: GetOrganizationConformancePackDetailedStatusCommandOutput; }; }; }