import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateProfilingGroupCommandInput extends CreateProfilingGroupRequest {} export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupResponse, __MetadataBearer {} declare const CreateProfilingGroupCommand_base: { new ( input: CreateProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateProfilingGroupCommand extends CreateProfilingGroupCommand_base { protected static __types: { api: { input: CreateProfilingGroupRequest; output: CreateProfilingGroupResponse; }; sdk: { input: CreateProfilingGroupCommandInput; output: CreateProfilingGroupCommandOutput; }; }; }