export declare const IS_WINDOWS: boolean; /** * Options for cross-platform spawn calls. * On Windows, .cmd/.bat shims require shell: true to resolve. */ export declare const SPAWN_OPTS: { readonly shell: boolean; };