import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyDBSnapshotMessage, ModifyDBSnapshotResult, } from "../models/models_1"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface ModifyDBSnapshotCommandInput extends ModifyDBSnapshotMessage {} export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, __MetadataBearer {} declare const ModifyDBSnapshotCommand_base: { new ( input: ModifyDBSnapshotCommandInput ): import("@smithy/core/client").CommandImpl< ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyDBSnapshotCommandInput ): import("@smithy/core/client").CommandImpl< ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class ModifyDBSnapshotCommand extends ModifyDBSnapshotCommand_base { protected static __types: { api: { input: ModifyDBSnapshotMessage; output: ModifyDBSnapshotResult; }; sdk: { input: ModifyDBSnapshotCommandInput; output: ModifyDBSnapshotCommandOutput; }; }; }