Version: 4.0.04.0.14.0.24.0.34.0.44.0.54.0.64.0.74.0.85.0.05.0.15.0.25.0.35.0.45.0.55.0.65.0.75.0.85.1.06.0.06.0.16.1.06.1.16.1.26.1.36.1.46.1.56.1.66.1.76.2.06.2.16.2.26.2.36.3.06.3.16.3.26.3.36.3.46.4.06.5.06.6.06.6.16.7.06.7.16.7.26.7.36.7.46.7.56.7.66.8.06.8.16.8.26.8.36.8.46.9.06.9.16.9.26.9.36.9.47.0.07.0.17.0.27.1.07.1.17.1.27.1.37.1.47.1.57.1.68.0.09.0.09.0.19.0.29.0.39.0.49.0.59.1.010.0.010.0.111.0.011.0.111.0.211.0.311.0.411.0.511.0.611.0.711.1.011.2.011.2.111.2.211.2.311.3.011.3.112.0.0-012.1.0-012.1.1-012.2.0-012.3.0-012.3.1-012.3.1-112.3.1-212.3.1-312.3.1-412.3.1-512.3.1-612.3.1-712.3.1-812.3.1-912.3.1-1012.3.1-1112.3.1-1212.3.1-1312.3.112.3.2-012.3.2-112.3.2-212.3.2-312.3.2-412.3.2-512.3.2-613.0.013.0.113.1.013.2.013.3.0
/**
* The index generators creates a commands laoder that can be lazily
* imported.
*
* Also, a command.json index file is created that has metadata for all
* the files. Doing so, speeds up the commands lookup, as we do not
* have to import all the classes just to find if a command exists
* or not.
*/
export declare class IndexGenerator {
#private;
constructor(commandsDir: string);
* Generate index
generate(): Promise<any>;
}