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