interface WorkspacePathsOptions { cwd: string; includeRoot?: boolean; } declare const workspacePaths: ({ cwd, includeRoot }: WorkspacePathsOptions) => Promise; export { workspacePaths as default, workspacePaths };