import { loadWorkspaceManifest } from './workspace-contract'; import { type SourceStatusEntry } from './source-tracker'; export declare function assertCanonicalSourceWorkspace(startDir?: string, operation?: string): ReturnType; export declare function assertRegisteredSourcePaths(paths: readonly string[] | undefined): void; export declare function employeeCandidatePlan(entries: readonly SourceStatusEntry[], workspaceRoot: string): { agentApiName: string; bundleDir: string; } | null; export declare function resolveCanonicalGeneratorDirectory(kind: string, explicitDirectory?: string): string;