import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteInstanceSnapshotRequest, DeleteInstanceSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteInstanceSnapshotCommandInput extends DeleteInstanceSnapshotRequest {} export interface DeleteInstanceSnapshotCommandOutput extends DeleteInstanceSnapshotResult, __MetadataBearer {} declare const DeleteInstanceSnapshotCommand_base: { new ( input: DeleteInstanceSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteInstanceSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteInstanceSnapshotCommand extends DeleteInstanceSnapshotCommand_base { protected static __types: { api: { input: DeleteInstanceSnapshotRequest; output: DeleteInstanceSnapshotResult; }; sdk: { input: DeleteInstanceSnapshotCommandInput; output: DeleteInstanceSnapshotCommandOutput; }; }; }