import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { ModifySnapshotAttributeRequest } from "../models/models_7"; export { __MetadataBearer }; export { $Command }; export interface ModifySnapshotAttributeCommandInput extends ModifySnapshotAttributeRequest {} export interface ModifySnapshotAttributeCommandOutput extends __MetadataBearer {} declare const ModifySnapshotAttributeCommand_base: { new ( input: ModifySnapshotAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifySnapshotAttributeCommandInput, ModifySnapshotAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifySnapshotAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifySnapshotAttributeCommandInput, ModifySnapshotAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifySnapshotAttributeCommand extends ModifySnapshotAttributeCommand_base { protected static __types: { api: { input: ModifySnapshotAttributeRequest; output: {}; }; sdk: { input: ModifySnapshotAttributeCommandInput; output: ModifySnapshotAttributeCommandOutput; }; }; }