/**
 * Fingerprints all runtime source paths that can affect the local Agents Server build.
 *
 * @private internal utility of `buildAgentsServer`
 */
export declare function createAgentsServerBuildSourceFingerprint(appPath: string): Promise<string>;
