import { Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function detoxApplicationGenerator(host: Tree, schema: Schema): Promise; export declare function detoxApplicationGeneratorInternal(host: Tree, schema: Schema): Promise; export default detoxApplicationGenerator;