import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetUsageProfileRequest, GetUsageProfileResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface GetUsageProfileCommandInput extends GetUsageProfileRequest {} export interface GetUsageProfileCommandOutput extends GetUsageProfileResponse, __MetadataBearer {} declare const GetUsageProfileCommand_base: { new ( input: GetUsageProfileCommandInput ): import("@smithy/core/client").CommandImpl< GetUsageProfileCommandInput, GetUsageProfileCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetUsageProfileCommandInput ): import("@smithy/core/client").CommandImpl< GetUsageProfileCommandInput, GetUsageProfileCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetUsageProfileCommand extends GetUsageProfileCommand_base { protected static __types: { api: { input: GetUsageProfileRequest; output: GetUsageProfileResponse; }; sdk: { input: GetUsageProfileCommandInput; output: GetUsageProfileCommandOutput; }; }; }