export declare const isAsyncGeneratorInstance: >(maybe: any) => maybe is T; export declare const isGeneratorInstance: >(maybe: any) => maybe is T;