import type { MaybePromiseLike } from "@yume-chan/async"; export type BipedalGenerator = (this: This, then: (value: MaybePromiseLike) => Iterable, ...args: A) => Generator; export declare function bipedal(fn: BipedalGenerator, bindThis?: This): { (this: This, ...args: A): MaybePromiseLike; }; //# sourceMappingURL=bipedal.d.ts.map