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