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