import type { AgentsServerBuildCacheOptions } from './AgentsServerBuildCacheOptions'; /** * Persists the source fingerprint for the just-created production build. * * @private internal utility of `buildAgentsServer` */ export declare function writeAgentsServerBuildCache(options: AgentsServerBuildCacheOptions): Promise;