/**
 * Returns true when one folder contains the Next Agents Server app marker files.
 *
 * @private internal utility of `buildAgentsServer`
 */
export declare function isAgentsServerAppPath(candidate: string): Promise<boolean>;
