import { ExecutableGenerator, ExecuterOptions, Generator } from "./types";
export type GNZOptions = {
    generators?: Generator<any>[];
    execute?: ExecutableGenerator<any>[];
};
export declare function gnz(options: () => GNZOptions): Promise<void>;
export declare namespace gnz {
    var execute: (generator: ExecutableGenerator<any>, executeOptions?: ExecuterOptions<any>) => Promise<any>;
}
//# sourceMappingURL=main.d.ts.map