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