/** * Package root resolution utility */ /** * Get the package root directory (where agents/, skills/, prompts/ live). * Works from dist/utils/, src/utils/, and bin/. */ export declare function getPackageRoot(): string; //# sourceMappingURL=package.d.ts.map