import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetBenefitAllocationInput, GetBenefitAllocationOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetBenefitAllocationCommandInput extends GetBenefitAllocationInput {} export interface GetBenefitAllocationCommandOutput extends GetBenefitAllocationOutput, __MetadataBearer {} declare const GetBenefitAllocationCommand_base: { new ( input: GetBenefitAllocationCommandInput, ): import("@smithy/core/client").CommandImpl< GetBenefitAllocationCommandInput, GetBenefitAllocationCommandOutput, import("..").PartnerCentralBenefitsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetBenefitAllocationCommandInput, ): import("@smithy/core/client").CommandImpl< GetBenefitAllocationCommandInput, GetBenefitAllocationCommandOutput, import("..").PartnerCentralBenefitsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetBenefitAllocationCommand extends GetBenefitAllocationCommand_base { protected static __types: { api: { input: GetBenefitAllocationInput; output: GetBenefitAllocationOutput; }; sdk: { input: GetBenefitAllocationCommandInput; output: GetBenefitAllocationCommandOutput; }; }; }