import { Tree } from '@nx/devkit'; export declare function initDeno(tree: Tree): Promise; export default initDeno;