/** * Run `init()` if a token is configured. Exported (and awaited at module load) * so tests can invoke it deterministically; the module-level `await` below * guarantees the preload finishes — including framework auto-discovery — * before Node evaluates the application entry point. */ export declare function registerFromEnv(): Promise; //# sourceMappingURL=register.d.ts.map