import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteProfilingGroupRequest, DeleteProfilingGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteProfilingGroupCommandInput extends DeleteProfilingGroupRequest {} export interface DeleteProfilingGroupCommandOutput extends DeleteProfilingGroupResponse, __MetadataBearer {} declare const DeleteProfilingGroupCommand_base: { new ( input: DeleteProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteProfilingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteProfilingGroupCommand extends DeleteProfilingGroupCommand_base { protected static __types: { api: { input: DeleteProfilingGroupRequest; output: {}; }; sdk: { input: DeleteProfilingGroupCommandInput; output: DeleteProfilingGroupCommandOutput; }; }; }