import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteSnapshotScheduleInput, DeleteSnapshotScheduleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteSnapshotScheduleCommandInput extends DeleteSnapshotScheduleInput {} export interface DeleteSnapshotScheduleCommandOutput extends DeleteSnapshotScheduleOutput, __MetadataBearer {} declare const DeleteSnapshotScheduleCommand_base: { new ( input: DeleteSnapshotScheduleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteSnapshotScheduleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteSnapshotScheduleCommand extends DeleteSnapshotScheduleCommand_base { protected static __types: { api: { input: DeleteSnapshotScheduleInput; output: DeleteSnapshotScheduleOutput; }; sdk: { input: DeleteSnapshotScheduleCommandInput; output: DeleteSnapshotScheduleCommandOutput; }; }; }