/** * Returns the project root path, or empty string if it cannot be determined. * In Node.js: walks up from process.cwd() looking for package.json. * In browser: returns empty string (path stripping is skipped). */ export declare function getAppRoot(): string;