/**
 * Checks whether the spawn event of a process is supported (requires node version 15.1+)
 * @returns Whether spawn is supported
 */
export declare function isSpawnEventSupported(): boolean;
//# sourceMappingURL=isSpawnEventSupported.d.ts.map