import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../KendraClient"; import { AssociatePersonasToEntitiesRequest, AssociatePersonasToEntitiesResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociatePersonasToEntitiesCommandInput extends AssociatePersonasToEntitiesRequest {} export interface AssociatePersonasToEntitiesCommandOutput extends AssociatePersonasToEntitiesResponse, __MetadataBearer {} declare const AssociatePersonasToEntitiesCommand_base: { new ( input: AssociatePersonasToEntitiesCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociatePersonasToEntitiesCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AssociatePersonasToEntitiesCommand extends AssociatePersonasToEntitiesCommand_base { protected static __types: { api: { input: AssociatePersonasToEntitiesRequest; output: AssociatePersonasToEntitiesResponse; }; sdk: { input: AssociatePersonasToEntitiesCommandInput; output: AssociatePersonasToEntitiesCommandOutput; }; }; }