/** * Discover the nearest workspace root by searching upward for * `.synth/manifest.json`. * * Returns `undefined` if no marker is found before reaching the * filesystem root. */ export declare function discover(startDir?: string): string | undefined;