declare type PackageJSON = Record; export declare function pluginCompileExists(packageJSON: PackageJSON): boolean; export default function locateElectronExecutable(dir: string, packageJSON: PackageJSON): Promise; export {};