import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateProfilingGroupRequest, UpdateProfilingGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateProfilingGroupCommandInput extends UpdateProfilingGroupRequest {} export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupResponse, __MetadataBearer {} declare const UpdateProfilingGroupCommand_base: { new ( input: UpdateProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base { protected static __types: { api: { input: UpdateProfilingGroupRequest; output: UpdateProfilingGroupResponse; }; sdk: { input: UpdateProfilingGroupCommandInput; output: UpdateProfilingGroupCommandOutput; }; }; }