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