import { Tree } from '@nx/devkit';
export declare function addJsInclude(host: Tree): Promise<void>;
export default addJsInclude;
