import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteLifecycleHookCommandInput extends DeleteLifecycleHookType {} export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAnswer, __MetadataBearer {} declare const DeleteLifecycleHookCommand_base: { new ( input: DeleteLifecycleHookCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteLifecycleHookCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteLifecycleHookCommand extends DeleteLifecycleHookCommand_base { protected static __types: { api: { input: DeleteLifecycleHookType; output: {}; }; sdk: { input: DeleteLifecycleHookCommandInput; output: DeleteLifecycleHookCommandOutput; }; }; }