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