import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { DeleteUsageProfileRequest, DeleteUsageProfileResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteUsageProfileCommandInput extends DeleteUsageProfileRequest {} export interface DeleteUsageProfileCommandOutput extends DeleteUsageProfileResponse, __MetadataBearer {} declare const DeleteUsageProfileCommand_base: { new ( input: DeleteUsageProfileCommandInput ): import("@smithy/core/client").CommandImpl< DeleteUsageProfileCommandInput, DeleteUsageProfileCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteUsageProfileCommandInput ): import("@smithy/core/client").CommandImpl< DeleteUsageProfileCommandInput, DeleteUsageProfileCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteUsageProfileCommand extends DeleteUsageProfileCommand_base { protected static __types: { api: { input: DeleteUsageProfileRequest; output: {}; }; sdk: { input: DeleteUsageProfileCommandInput; output: DeleteUsageProfileCommandOutput; }; }; }