export declare const RADIUS_PROVIDER_ID = "radius"; export declare const ENV_RADIUS_GATEWAY = "PI_RADIUS_GATEWAY"; /** Radius gateway origin, honoring the `PI_RADIUS_GATEWAY` override. */ export declare function getRadiusGatewayUrl(): string;