import type { PhpRuntimeArgs } from './public';
import { PhpBase } from './PhpBase.mjs';

export class PhpNode extends PhpBase {
	constructor(args?: PhpRuntimeArgs);
}
