import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisableSnapshotCopyMessage, DisableSnapshotCopyResult, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DisableSnapshotCopyCommandInput extends DisableSnapshotCopyMessage {} export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyResult, __MetadataBearer {} declare const DisableSnapshotCopyCommand_base: { new ( input: DisableSnapshotCopyCommandInput ): import("@smithy/smithy-client").CommandImpl< DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisableSnapshotCopyCommandInput ): import("@smithy/smithy-client").CommandImpl< DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DisableSnapshotCopyCommand extends DisableSnapshotCopyCommand_base { protected static __types: { api: { input: DisableSnapshotCopyMessage; output: DisableSnapshotCopyResult; }; sdk: { input: DisableSnapshotCopyCommandInput; output: DisableSnapshotCopyCommandOutput; }; }; }