export declare function findWorkspaceDir(cwd: string): Promise<string | undefined>;
