import type { string_executable_path } from '../../types/string_filename';
/**
 * @@@
 *
 * @private within the repository
 */
export declare function locateSafari(): Promise<string_executable_path | null>;
