import { identifierFromCreateOutput } from './createOutputId.js'; import type { TrackerClient } from './types.js'; export { identifierFromCreateOutput }; export declare function createTrackerClient(options?: { projectRoot?: string; }): TrackerClient; export type { TrackerClient } from './types.js';