import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateBenefitApplicationResourceInput, AssociateBenefitApplicationResourceOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateBenefitApplicationResourceCommandInput extends AssociateBenefitApplicationResourceInput {} export interface AssociateBenefitApplicationResourceCommandOutput extends AssociateBenefitApplicationResourceOutput, __MetadataBearer {} declare const AssociateBenefitApplicationResourceCommand_base: { new ( input: AssociateBenefitApplicationResourceCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateBenefitApplicationResourceCommandInput, AssociateBenefitApplicationResourceCommandOutput, import("..").PartnerCentralBenefitsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateBenefitApplicationResourceCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateBenefitApplicationResourceCommandInput, AssociateBenefitApplicationResourceCommandOutput, import("..").PartnerCentralBenefitsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateBenefitApplicationResourceCommand extends AssociateBenefitApplicationResourceCommand_base { protected static __types: { api: { input: AssociateBenefitApplicationResourceInput; output: AssociateBenefitApplicationResourceOutput; }; sdk: { input: AssociateBenefitApplicationResourceCommandInput; output: AssociateBenefitApplicationResourceCommandOutput; }; }; }