import { Command } from 'commander';

declare class CommanderLoader {
    load(program: Command): Promise<void>;
}

export { CommanderLoader };
