the only way to pass a label to `beginAsync` is to also pass a token yourself, meaning: ```ts waiter.beginAsync(waiter.nextToken(), myLabel) ``` in production builds this will throw because the no-op waiter does not stub this function