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