import commander from 'commander';
/** Generates a source file listing all packages to link in the runtime */
export declare function generateModulesProviderCommand(cli: commander.CommanderStatic): commander.Command;