import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartDBInstanceAutomatedBackupsReplicationMessage, StartDBInstanceAutomatedBackupsReplicationResult, } from "../models/models_1"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface StartDBInstanceAutomatedBackupsReplicationCommandInput extends StartDBInstanceAutomatedBackupsReplicationMessage {} export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends StartDBInstanceAutomatedBackupsReplicationResult, __MetadataBearer {} declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: { new ( input: StartDBInstanceAutomatedBackupsReplicationCommandInput ): import("@smithy/core/client").CommandImpl< StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartDBInstanceAutomatedBackupsReplicationCommandInput ): import("@smithy/core/client").CommandImpl< StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartDBInstanceAutomatedBackupsReplicationCommand extends StartDBInstanceAutomatedBackupsReplicationCommand_base { protected static __types: { api: { input: StartDBInstanceAutomatedBackupsReplicationMessage; output: StartDBInstanceAutomatedBackupsReplicationResult; }; sdk: { input: StartDBInstanceAutomatedBackupsReplicationCommandInput; output: StartDBInstanceAutomatedBackupsReplicationCommandOutput; }; }; }