/** * A utility method that makes it easier to use `event.waitUntil` with * async functions and return the result. * * @param event * @param asyncFn * @returns * @private */ export declare const waitUntil: (event: ExtendableEvent, asyncFn: () => Promise) => Promise; //# sourceMappingURL=waitUntil.d.ts.map