import { t as Platform } from "../types-Cvt_yFsu.mjs";

//#region src/platform/node.d.ts

/**
 * Node.js platform implementation.
 * Provides full file system and OS operations using Node.js built-in modules.
 */
declare const platform: Platform;
//#endregion
export { platform };