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