/** * Function binder replaces pify. */ export declare const createBinder: (obj: any) => { fn: (fn: Function) => any; async: (fn: Function) => Function; }; //# sourceMappingURL=binder.d.ts.map