import type { AgentsServerBuildCacheOptions } from './AgentsServerBuildCacheOptions'; /** * Returns true when the production build marker and source fingerprint still match. * * @private internal utility of `buildAgentsServer` */ export declare function isAgentsServerBuildCacheCurrent(options: AgentsServerBuildCacheOptions): Promise;