export declare const SYMBOL_NEXT_STEP: unique symbol; export declare function nextPromise(callback: (next: () => any) => T | Promise): Promise; //# sourceMappingURL=nextPromise.d.ts.map