import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CompleteSnapshotRequest, CompleteSnapshotResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CompleteSnapshotCommandInput extends CompleteSnapshotRequest {} export interface CompleteSnapshotCommandOutput extends CompleteSnapshotResponse, __MetadataBearer {} declare const CompleteSnapshotCommand_base: { new ( input: CompleteSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput, import("..").EBSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CompleteSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput, import("..").EBSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CompleteSnapshotCommand extends CompleteSnapshotCommand_base { protected static __types: { api: { input: CompleteSnapshotRequest; output: CompleteSnapshotResponse; }; sdk: { input: CompleteSnapshotCommandInput; output: CompleteSnapshotCommandOutput; }; }; }