import { NxJsonConfiguration } from '@nx/devkit'; import { NxJson } from '../nx-json'; export declare function CoerceNxPlugin(nxJson: NxJsonConfiguration | NxJson, entryPoint: string, options?: Record, include?: string[], exclude?: string[]): void;