export type ProcessOptions = {
    processId?: number;
    processFileNameWithoutExtension?: string;
    commandLineArguments?: Record<string, undefined | string>;
};
//# sourceMappingURL=process-options.t.d.ts.map