import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCalculatedAttributeForProfileRequest, GetCalculatedAttributeForProfileResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetCalculatedAttributeForProfileCommandInput extends GetCalculatedAttributeForProfileRequest {} export interface GetCalculatedAttributeForProfileCommandOutput extends GetCalculatedAttributeForProfileResponse, __MetadataBearer {} declare const GetCalculatedAttributeForProfileCommand_base: { new ( input: GetCalculatedAttributeForProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetCalculatedAttributeForProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetCalculatedAttributeForProfileCommand extends GetCalculatedAttributeForProfileCommand_base { protected static __types: { api: { input: GetCalculatedAttributeForProfileRequest; output: GetCalculatedAttributeForProfileResponse; }; sdk: { input: GetCalculatedAttributeForProfileCommandInput; output: GetCalculatedAttributeForProfileCommandOutput; }; }; }