UNPKG

@promptbook/wizard

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

7 lines (6 loc) 210 B
/** * Resolves the dependency root that contains the installed Next CLI. * * @private internal utility of `buildAgentsServer` */ export declare function resolveNodeModulesPath(nextCliPath: string): string;