import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetProfileInput, GetProfileOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetProfileCommandInput extends GetProfileInput {} export interface GetProfileCommandOutput extends GetProfileOutput, __MetadataBearer {} declare const GetProfileCommand_base: { new ( input: GetProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileCommandInput, GetProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileCommandInput, GetProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetProfileCommand extends GetProfileCommand_base { protected static __types: { api: { input: GetProfileInput; output: GetProfileOutput; }; sdk: { input: GetProfileCommandInput; output: GetProfileCommandOutput; }; }; }