import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeProfilingGroupCommandInput extends DescribeProfilingGroupRequest {} export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGroupResponse, __MetadataBearer {} declare const DescribeProfilingGroupCommand_base: { new ( input: DescribeProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeProfilingGroupCommand extends DescribeProfilingGroupCommand_base { protected static __types: { api: { input: DescribeProfilingGroupRequest; output: DescribeProfilingGroupResponse; }; sdk: { input: DescribeProfilingGroupCommandInput; output: DescribeProfilingGroupCommandOutput; }; }; }