/** * Simplistic cross-browser'ish get PID implementation * @returns {number} PID or 1 (stub) */ export declare function getProcessId(): number;