export declare const commandFactory: Map<string, Function>;
export declare const getAllSupportedCommands: () => IterableIterator<string>;
