import { Tree } from '@nx/devkit';
import { BinaryGeneratorSchema } from './schema';
export default function (tree: Tree, options: BinaryGeneratorSchema): Promise<void>;
