export default interface IExec { exec(fn: (client: A) => B): Promise; }