export declare const asyncGeneratorMock: () => { generator: AsyncGenerator; yield: (value: TYield) => Promise; return: (value: TReturn) => Promise; };