/** * Find Chrome/Chromium executable on the system. * Returns the path or null if not found. */ export declare function findChrome(): string | null;