import { EndpointObjectProperty } from "@aws-sdk/types";
import { EvaluateOptions } from "../types";
export declare const getEndpointProperty: (
  property: EndpointObjectProperty,
  options: EvaluateOptions
) => EndpointObjectProperty;
