/** * An absolute path to the Sarif.Multitool executable. * ``` * import {spawnSync} from 'child_process' * import multitoolPath from '@microsoft/sarif-multitool' * spawnSync(multitoolPath, ['help'], { stdio: 'inherit' }) * ``` */ declare const _default: string; export = _default;