import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeletePackagingGroupRequest, DeletePackagingGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeletePackagingGroupCommandInput extends DeletePackagingGroupRequest {} export interface DeletePackagingGroupCommandOutput extends DeletePackagingGroupResponse, __MetadataBearer {} declare const DeletePackagingGroupCommand_base: { new ( input: DeletePackagingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePackagingGroupCommandInput, DeletePackagingGroupCommandOutput, import("..").MediaPackageVodClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeletePackagingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePackagingGroupCommandInput, DeletePackagingGroupCommandOutput, import("..").MediaPackageVodClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeletePackagingGroupCommand extends DeletePackagingGroupCommand_base { protected static __types: { api: { input: DeletePackagingGroupRequest; output: {}; }; sdk: { input: DeletePackagingGroupCommandInput; output: DeletePackagingGroupCommandOutput; }; }; }