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