/**
 * Attempts to find Chrome installation on the current system
 * @returns Path to Chrome executable or null if not found
 */
export declare function findChrome(): Promise<string | null>;
//# sourceMappingURL=chrome-finder.d.ts.map