declare function bindWith(source: S, ...args: any[]): T; export default bindWith;