import { type Tree } from '@nx/devkit'; export declare const INFERENCE_PLUGIN = "@naxodev/nx-cloudflare/plugin"; export declare function ensurePluginRegistered(tree: Tree, plugin?: string): void;