import { ProjectConfiguration, Tree } from '@nx/devkit'; export declare const isProjectAPublishableLib: (tree: Tree, projectConfig: ProjectConfiguration) => Promise;