import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { EnableFastSnapshotRestoresRequest, EnableFastSnapshotRestoresResult, } from "../models/models_5"; export { __MetadataBearer }; export { $Command }; export interface EnableFastSnapshotRestoresCommandInput extends EnableFastSnapshotRestoresRequest {} export interface EnableFastSnapshotRestoresCommandOutput extends EnableFastSnapshotRestoresResult, __MetadataBearer {} declare const EnableFastSnapshotRestoresCommand_base: { new ( input: EnableFastSnapshotRestoresCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: EnableFastSnapshotRestoresCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class EnableFastSnapshotRestoresCommand extends EnableFastSnapshotRestoresCommand_base { protected static __types: { api: { input: EnableFastSnapshotRestoresRequest; output: EnableFastSnapshotRestoresResult; }; sdk: { input: EnableFastSnapshotRestoresCommandInput; output: EnableFastSnapshotRestoresCommandOutput; }; }; }