import { AsyncFunction } from '../models/AsyncFunction'; export declare type Yieldables = Promise | GeneratorFunction | AsyncFunction | Function;