/** Indirect export of package version and node version for easier mocking since Node.js 22.18 */ export declare class Runtime { static package: string; static node: string; static os: NodeJS.Platform; }