/**
 * Returns true when the app path points at the project-local materialized runtime.
 *
 * @private internal utility of `buildAgentsServer`
 */
export declare function isAgentsServerAppPathMaterialized(appPath: string): boolean;
