declare const Commands: {
    get(commandName: any, repositories: any): Promise<[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}]>;
};
export default Commands;
