import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSnapshotFromVolumeRecoveryPointInput, CreateSnapshotFromVolumeRecoveryPointOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateSnapshotFromVolumeRecoveryPointCommandInput extends CreateSnapshotFromVolumeRecoveryPointInput {} export interface CreateSnapshotFromVolumeRecoveryPointCommandOutput extends CreateSnapshotFromVolumeRecoveryPointOutput, __MetadataBearer {} declare const CreateSnapshotFromVolumeRecoveryPointCommand_base: { new ( input: CreateSnapshotFromVolumeRecoveryPointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateSnapshotFromVolumeRecoveryPointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateSnapshotFromVolumeRecoveryPointCommand extends CreateSnapshotFromVolumeRecoveryPointCommand_base { protected static __types: { api: { input: CreateSnapshotFromVolumeRecoveryPointInput; output: CreateSnapshotFromVolumeRecoveryPointOutput; }; sdk: { input: CreateSnapshotFromVolumeRecoveryPointCommandInput; output: CreateSnapshotFromVolumeRecoveryPointCommandOutput; }; }; }