/**
* Build a Promise that will resolve after the specified number of milliseconds.
* @param ms milliseconds to wait
* @param value value for eventual resolution
*/exportdefaultfunctiondelay(ms: number): Promise<void>;
//# sourceMappingURL=helpers.d.ts.map