export function queue(num?: number, options?: { minInterval?: number; }): (arg0: Function) => Promise;