import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopRelationalDatabaseRequest, StopRelationalDatabaseResult } from "../models/models_1"; export { __MetadataBearer }; export interface StopRelationalDatabaseCommandInput extends StopRelationalDatabaseRequest {} export interface StopRelationalDatabaseCommandOutput extends StopRelationalDatabaseResult, __MetadataBearer {} declare const StopRelationalDatabaseCommand_base: { new ( input: StopRelationalDatabaseCommandInput, ): import("@smithy/core/client").CommandImpl< StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopRelationalDatabaseCommandInput, ): import("@smithy/core/client").CommandImpl< StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopRelationalDatabaseCommand extends StopRelationalDatabaseCommand_base { protected static __types: { api: { input: StopRelationalDatabaseRequest; output: StopRelationalDatabaseResult; }; sdk: { input: StopRelationalDatabaseCommandInput; output: StopRelationalDatabaseCommandOutput; }; }; }