import { ICancelable } from './types'; export default function defer(callback: (...args: any[]) => void, ...cbArgs: any[]): ICancelable;