import { Tree } from "@nrwl/devkit"; interface GlueConfigOptions { projectName: string; tsconfig: string; plugin: string; } export declare function updateGlueConfig(tree: Tree, options: GlueConfigOptions): void; export {};