import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult, } from "../models/models_0"; export { __MetadataBearer }; 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, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyDBClusterSnapshotAttributeCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base { protected static __types: { api: { input: ModifyDBClusterSnapshotAttributeMessage; output: ModifyDBClusterSnapshotAttributeResult; }; sdk: { input: ModifyDBClusterSnapshotAttributeCommandInput; output: ModifyDBClusterSnapshotAttributeCommandOutput; }; }; }