import { CommanderStatic } from 'commander'; export declare class CommandLoader { static load(program: CommanderStatic): Promise; private static handleInvalidCommand; }