declare function executeCmd(executor: string, command: string): string;
export default executeCmd;
