export declare function toPromise(val: Generator | Promise | T): Promise; export declare function toValueSync(val: Generator | T): T;