import { Tree } from '@nrwl/devkit';
export declare function currentsInitGenerator(host: Tree): import("@nrwl/devkit").GeneratorCallback;
export default currentsInitGenerator;
export declare const currentsInitSchematic: (options: any) => (tree: any, context: any) => Promise<any>;