export async function sleepFor(ms: number);
export async function abortableIterator(array: Array<any>, action: (any) => void);