import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RestoreTableFromClusterSnapshotMessage, RestoreTableFromClusterSnapshotResult, } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface RestoreTableFromClusterSnapshotCommandInput extends RestoreTableFromClusterSnapshotMessage {} export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTableFromClusterSnapshotResult, __MetadataBearer {} declare const RestoreTableFromClusterSnapshotCommand_base: { new ( input: RestoreTableFromClusterSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RestoreTableFromClusterSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RestoreTableFromClusterSnapshotCommand extends RestoreTableFromClusterSnapshotCommand_base { protected static __types: { api: { input: RestoreTableFromClusterSnapshotMessage; output: RestoreTableFromClusterSnapshotResult; }; sdk: { input: RestoreTableFromClusterSnapshotCommandInput; output: RestoreTableFromClusterSnapshotCommandOutput; }; }; }