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