import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  GetFaceLivenessSessionResultsRequest,
  GetFaceLivenessSessionResultsResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface GetFaceLivenessSessionResultsCommandInput
  extends GetFaceLivenessSessionResultsRequest {}
export interface GetFaceLivenessSessionResultsCommandOutput
  extends GetFaceLivenessSessionResultsResponse,
    __MetadataBearer {}
declare const GetFaceLivenessSessionResultsCommand_base: {
  new (
    input: GetFaceLivenessSessionResultsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetFaceLivenessSessionResultsCommandInput,
    GetFaceLivenessSessionResultsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: GetFaceLivenessSessionResultsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetFaceLivenessSessionResultsCommandInput,
    GetFaceLivenessSessionResultsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetFaceLivenessSessionResultsCommand extends GetFaceLivenessSessionResultsCommand_base {
  protected static __types: {
    api: {
      input: GetFaceLivenessSessionResultsRequest;
      output: GetFaceLivenessSessionResultsResponse;
    };
    sdk: {
      input: GetFaceLivenessSessionResultsCommandInput;
      output: GetFaceLivenessSessionResultsCommandOutput;
    };
  };
}
