import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteApplicationSnapshotRequest, DeleteApplicationSnapshotResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteApplicationSnapshotCommandInput extends DeleteApplicationSnapshotRequest {} export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicationSnapshotResponse, __MetadataBearer {} declare const DeleteApplicationSnapshotCommand_base: { new ( input: DeleteApplicationSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteApplicationSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteApplicationSnapshotCommand extends DeleteApplicationSnapshotCommand_base { protected static __types: { api: { input: DeleteApplicationSnapshotRequest; output: {}; }; sdk: { input: DeleteApplicationSnapshotCommandInput; output: DeleteApplicationSnapshotCommandOutput; }; }; }