import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDbParameterGroupInput, GetDbParameterGroupOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetDbParameterGroupCommandInput extends GetDbParameterGroupInput {} export interface GetDbParameterGroupCommandOutput extends GetDbParameterGroupOutput, __MetadataBearer {} declare const GetDbParameterGroupCommand_base: { new ( input: GetDbParameterGroupCommandInput, ): import("@smithy/core/client").CommandImpl< GetDbParameterGroupCommandInput, GetDbParameterGroupCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDbParameterGroupCommandInput, ): import("@smithy/core/client").CommandImpl< GetDbParameterGroupCommandInput, GetDbParameterGroupCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDbParameterGroupCommand extends GetDbParameterGroupCommand_base { protected static __types: { api: { input: GetDbParameterGroupInput; output: GetDbParameterGroupOutput; }; sdk: { input: GetDbParameterGroupCommandInput; output: GetDbParameterGroupCommandOutput; }; }; }