import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAutoSnapshotRequest, DeleteAutoSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAutoSnapshotCommandInput extends DeleteAutoSnapshotRequest {} export interface DeleteAutoSnapshotCommandOutput extends DeleteAutoSnapshotResult, __MetadataBearer {} declare const DeleteAutoSnapshotCommand_base: { new ( input: DeleteAutoSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAutoSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAutoSnapshotCommand extends DeleteAutoSnapshotCommand_base { protected static __types: { api: { input: DeleteAutoSnapshotRequest; output: DeleteAutoSnapshotResult; }; sdk: { input: DeleteAutoSnapshotCommandInput; output: DeleteAutoSnapshotCommandOutput; }; }; }