import type { AgentDescriptor } from "./agentDescriptorTypes.js"; /** * Resolves the app root folder path for app descriptors. * Expects: appsDir is absolute; non-app descriptors return null. */ export declare function agentAppFolderPathResolve(descriptor: AgentDescriptor, appsDir: string): string | null; //# sourceMappingURL=agentAppFolderPathResolve.d.ts.map