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