declare function execCommand(cmd: string, args: string[]): Promise<string>;

export { execCommand };
