export * from './engine';
import type { PathInfo, Runtime } from './types';
export declare const runtime: Runtime;
export declare function pathinfo(name: string): PathInfo;
export { join as joinPath } from 'node:path';
export { existsSync as fileExists, readFileSync as readFile, writeFileSync as writeFile, } from 'node:fs';
export declare const cwd: string;
