import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeSnapshotCopyGrantsMessage, SnapshotCopyGrantMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeSnapshotCopyGrantsCommandInput extends DescribeSnapshotCopyGrantsMessage {} export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGrantMessage, __MetadataBearer {} declare const DescribeSnapshotCopyGrantsCommand_base: { new ( input: DescribeSnapshotCopyGrantsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeSnapshotCopyGrantsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeSnapshotCopyGrantsCommand extends DescribeSnapshotCopyGrantsCommand_base { protected static __types: { api: { input: DescribeSnapshotCopyGrantsMessage; output: SnapshotCopyGrantMessage; }; sdk: { input: DescribeSnapshotCopyGrantsCommandInput; output: DescribeSnapshotCopyGrantsCommandOutput; }; }; }