import type { AgentsServerBuildCache } from './AgentsServerBuildCache';
import type { AgentsServerBuildCacheOptions } from './AgentsServerBuildCacheOptions';
/**
 * Reads and validates cached build metadata.
 *
 * @private internal utility of `buildAgentsServer`
 */
export declare function readAgentsServerBuildCache(options: AgentsServerBuildCacheOptions): Promise<AgentsServerBuildCache | undefined>;
