import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetBenefitInput, GetBenefitOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetBenefitCommandInput extends GetBenefitInput {} export interface GetBenefitCommandOutput extends GetBenefitOutput, __MetadataBearer {} declare const GetBenefitCommand_base: { new ( input: GetBenefitCommandInput, ): import("@smithy/core/client").CommandImpl< GetBenefitCommandInput, GetBenefitCommandOutput, import("..").PartnerCentralBenefitsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetBenefitCommandInput, ): import("@smithy/core/client").CommandImpl< GetBenefitCommandInput, GetBenefitCommandOutput, import("..").PartnerCentralBenefitsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetBenefitCommand extends GetBenefitCommand_base { protected static __types: { api: { input: GetBenefitInput; output: GetBenefitOutput; }; sdk: { input: GetBenefitCommandInput; output: GetBenefitCommandOutput; }; }; }