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