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