import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDBSnapshotMessage, CreateDBSnapshotResult, } from "../models/models_0"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface CreateDBSnapshotCommandInput extends CreateDBSnapshotMessage {} export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, __MetadataBearer {} declare const CreateDBSnapshotCommand_base: { new ( input: CreateDBSnapshotCommandInput ): import("@smithy/core/client").CommandImpl< CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateDBSnapshotCommandInput ): import("@smithy/core/client").CommandImpl< CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateDBSnapshotCommand extends CreateDBSnapshotCommand_base { protected static __types: { api: { input: CreateDBSnapshotMessage; output: CreateDBSnapshotResult; }; sdk: { input: CreateDBSnapshotCommandInput; output: CreateDBSnapshotCommandOutput; }; }; }