import type { Rule } from '@angular-devkit/schematics'; import type { NfSchematicSchema } from '../schema.js'; export declare function makeMainAsync(main: string, options: NfSchematicSchema, remoteMap: unknown, manifestRelPath: string): Rule; //# sourceMappingURL=make-main-async.d.ts.map