import type { WorkspaceClassification } from "./types.js"; export declare function classifyWorkspace({ root, advisory, }?: { root?: string; advisory?: boolean; }): Promise;