export declare function findWorkspaceOfPackage(packageDir: string): Promise<{ path: string; } | undefined>;