import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateSnapshotScheduleInput, UpdateSnapshotScheduleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateSnapshotScheduleCommandInput extends UpdateSnapshotScheduleInput {} export interface UpdateSnapshotScheduleCommandOutput extends UpdateSnapshotScheduleOutput, __MetadataBearer {} declare const UpdateSnapshotScheduleCommand_base: { new ( input: UpdateSnapshotScheduleCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateSnapshotScheduleCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateSnapshotScheduleCommand extends UpdateSnapshotScheduleCommand_base { protected static __types: { api: { input: UpdateSnapshotScheduleInput; output: UpdateSnapshotScheduleOutput; }; sdk: { input: UpdateSnapshotScheduleCommandInput; output: UpdateSnapshotScheduleCommandOutput; }; }; }