import { type NormalizedReadResult } from 'read-package-up';
import type { AppBuildInfo } from '@wdio/electron-types';
/**
 * Determine build information about the Electron application
 * @param pkg normalized package.json
 * @returns   promise resolving to the app build information
 */
export declare function getAppBuildInfo(pkg: NormalizedReadResult): Promise<AppBuildInfo>;
//# sourceMappingURL=appBuildInfo.d.ts.map