import type { ZephyrBuildStats } from 'zephyr-edge-contract'; import type { ZephyrEngine } from 'zephyr-agent'; /** * Generate build stats from ZephyrEngine. This is a simple wrapper around zeBuildDashData * for consistency. */ export declare function getBuildStats(zephyr_engine: ZephyrEngine): Promise;