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