declare function exec(args: any, log?: (text: string) => void): void;
declare const _default: {
    exec: typeof exec;
};
export default _default;
