/** * Operator-controlled trust for upstream proxy topology. * * This capability authorizes routing-sensitive forwarded headers. It is * intentionally process-scoped and independent from request signatures. * * @module platform/compat/proxy-topology */ /** * Whether the operator explicitly placed this process behind a private, * sanitising edge. * * The strict value deliberately fails closed for misspellings and * whitespace-padded configuration. */ export declare function isProxyTopologyTrusted(): boolean; //# sourceMappingURL=proxy-topology.d.ts.map