export declare const DEFAULT_PLAYGROUND_SERVICES_URL = "https://services.fp.dev"; /** * Fiberplane services URL. */ export declare const ENV_FIBERPLANE_SERVICES_URL = "FIBERPLANE_SERVICES_URL"; /** * Fiberplane otel-worker auth token. */ export declare const ENV_FIBERPLANE_OTEL_TOKEN = "FIBERPLANE_OTEL_TOKEN"; /** * Fiberplane otel-worker auth token. * @deprecated Use {@link ENV_FIBERPLANE_OTEL_TOKEN} instead. */ export declare const ENV_FPX_AUTH_TOKEN = "FPX_AUTH_TOKEN"; /** * Fiberplane otel-worker endpoint (or any other OpenTelemetry collector endpoint) */ export declare const ENV_FIBERPLANE_OTEL_ENDPOINT = "FIBERPLANE_OTEL_ENDPOINT"; /** * Fiberplane otel-worker endpoint (or any other OpenTelemetry collector endpoint) * @deprecated Use {@link ENV_FIBERPLANE_OTEL_ENDPOINT} instead. */ export declare const ENV_FPX_ENDPOINT = "FPX_ENDPOINT";