/** * A helper function that prevents a promise from being flagged as unused. * * @private */ export declare function dontWaitFor(promise: Promise): void; //# sourceMappingURL=dontWaitFor.d.ts.map