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